![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
mg.ryder (AT) gmail (DOT) com wrote: subroutine extract.alpha(fld) convert "0123456789" to ".........." in fld fld = field(fld,'.',1) return Interesting contrast in styles. Mark's solution looks like something that an old PVA coder (like myself) would write. I enjoy seeing alternate approaches! The "one character at a time" mindset is enduring; perhaps too much so. Running linux/unix trains you to use keywords instead of |
#22
| |||
| |||
|
|
"frosty" wrote mg.ryder (AT) gmail (DOT) com wrote: subroutine extract.alpha(fld) convert "0123456789" to ".........." in fld fld = field(fld,'.',1) return Interesting contrast in styles. Mark's solution looks like something that an old PVA coder (like myself) would write. I enjoy seeing alternate approaches! The "one character at a time" mindset is enduring; perhaps too much so. Running linux/unix trains you to use keywords instead of byte-at-a-time, since you write so many shell command pipelines while doing system administration. I wish it was so easy to get D3 verbs to cooperate, at least on an un-customized system. |
#23
| |||
| |||
|
|
"Frank Winans" wrote: Running linux/unix trains you to use keywords instead of byte-at-a-time, since you write so many shell command pipelines while doing system administration. I wish it was so easy to get D3 verbs to cooperate, at least on an un-customized system. Frank, can you elaborate on this? What functionality would you like to see? Sounds to me like you'd like to do this: select pibs < 10 | listu | show.old.users > md old.user.list That's a completely fabricated sequence, don't bother to try it, but yes, with a little pre-processing I believe it's entirely possible. Regarding "uncustomized" - Once again, you can wait for years for an enhancement from the vendor which will never come, or you can have it now with a little effort. Your choice. T Thanks for your reply, Tony. Give me a few days to get up a |
#24
| |||
| |||
|
|
Frank, can you elaborate on this? What functionality would you like to see? Sounds to me like you'd like to do this: select pibs < 10 | listu | show.old.users > md old.user.list That's a completely fabricated sequence, don't bother to try it, but yes, with a little pre-processing I believe it's entirely possible. Regarding "uncustomized" - Once again, you can wait for years for an enhancement from the vendor which will never come, or you can have it now with a little effort. Your choice. T Essentially yes, I want to let verbs refer to input fields / output list entries of |
![]() |
| Thread Tools | |
| Display Modes | |
| |