IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Re: Well... best I can come up with is:
Not quite the same thing.

Consider the following DCL script, saved as SAMPLE.COM:
\n$ foo = "Sausages"\n$ bar = 20\n$ baz = 5\n$ quux = bar + baz\n$ say "I like ''foo'"\n$ say "bar + baz = ''quux'"\n

(You output the value of a symbol by surrounding it with '' and ')

It produces the following output (stuff I type is blue):
\n$ @sample\nI like Sausages\nbar + baz = 25\n

Now consider the following session transcript:
\n$ set verify\n$ @sample\n$ foo = "Sausages"\n$ bar = 20\n$ baz = 5\n$ quux = bar + baz\n$ say "I like Sausages"\nI like Sausages\n$ say "bar + baz = 25"\nbar + baz = 25\n

See how the values of foo and quux are right there in the output? That's what I'm talking about.

Another example:
\n$ TEMP$FILE = "SYS$SCRATCH:''f$getjpi("","PID")'.TMP"\n$ say ''temp$file'\n

Regular output:
\nSYS$SCRATCH:0000D01A.TMP\n

SET VERIFY output:
\n$ TEMP$FILE = "SYS$SCRATCH:0000D01A.TMP"\n$ say temp$file\nSYS$SCRATCH:0000D01A.TMP\n

See how the call to F$GETJPI() has been expanded to its results inline? (This is why the F$ family of DCL functions are referred to as Lexical Functions, BTW).

This is fabulously useful. I want it. But I'm not sure I can have it.


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
Expand Edited by pwhysall March 13, 2003, 09:09:02 AM EST
Expand Edited by pwhysall March 13, 2003, 09:12:29 AM EST
New Thinking on this...
I remember doing something similar in TCSH once... not quite a fancy schmancy... but I believe it's close.

Gotta go help my Mother-in-Law... we have to have the "STATE" take away her Driving license... She has Alzheimer's and is forgetting to stop at red lights... though she has only driven 1 time in the LAST 10 months... she won't give up her license... all she'd have to do right now is take an eye-exam... and she'd get it renewed this time....

She needs to have a Driving test... to have it revoked... trying to arrange that.

Gads, I don't like this disease....
b4k4^2
[link|mailto:curley95@attbi.com|greg] - Grand-Master Artist in IT
[link|http://www.iwethey.org/ed_curry/|REMEMBER ED CURRY!]   [link|http://pascal.rockford.com:8888/SSK@kQMsmc74S0Tw3KHQiRQmDem0gAIPAgM/edcurry/1//|ED'S GHOST SPEAKS!]
[link|http://www.eweek.com/article2/0,3959,857673,00.asp|Writing on wall, Microsoft to develop apps for Linux by 2004]
Heimatland Geheime Staatspolizei reminds:
These [link|http://www.whitehouse.gov/pcipb/cyberspace_strategy.pdf|Civilian General Orders], please memorize them.
"Questions" will be asked at safety checkpoints.
New So sorry
That is a terrible disease - may her sufferings be minimal.
-drl
New Yes, it's bad.
My MIL has it too. She also didn't want to give up driving.

She needed a new license as she moved to a different state. She was able to get a license, but only for driving during the daytime due to her vision problems. She didn't have to take a driving test. :-( We've never let her drive since and she's accepted, it but grudgingly. We've always said that we'll see about her driving a little later when she knows the neighborhood better, she doesn't need to drive during the day as she has someone at home helping out, etc. She recognizes that she has trouble remembering the neighborhood so she's not too bad about it. But we know she misses driving terribly - a big part of her life was every day driving to different grocery stores to save $0.10 on a loaf of bread at one place, $0.15 on a can of soup at another, etc. Child of the Depression, you know. ;-)

I'm sure it'll be hard for you if you can't get her to recognize some of her limitations. Best of luck.

Cheers,
Scott.
New Nope... I can;t find what I was lookig for...
Must have been a port of something that did it for me...

I will keep looking, but I doubt I'll find it... but you never know.
b4k4^2
[link|mailto:curley95@attbi.com|greg] - Grand-Master Artist in IT
[link|http://www.iwethey.org/ed_curry/|REMEMBER ED CURRY!]   [link|http://pascal.rockford.com:8888/SSK@kQMsmc74S0Tw3KHQiRQmDem0gAIPAgM/edcurry/1//|ED'S GHOST SPEAKS!]
[link|http://www.eweek.com/article2/0,3959,857673,00.asp|Writing on wall, Microsoft to develop apps for Linux by 2004]
Heimatland Geheime Staatspolizei reminds:
These [link|http://www.whitehouse.gov/pcipb/cyberspace_strategy.pdf|Civilian General Orders], please memorize them.
"Questions" will be asked at safety checkpoints.
     I wish Linux was more like VMS... - (pwhysall) - (10)
         Of course you can - (Steve Lowe)
         Well... best I can come up with is: - (folkert) - (5)
             Re: Well... best I can come up with is: - (pwhysall) - (4)
                 Thinking on this... - (folkert) - (2)
                     So sorry - (deSitter)
                     Yes, it's bad. - (Another Scott)
                 Nope... I can;t find what I was lookig for... - (folkert)
         set -vx - (deSitter) - (2)
             Nope. - (pwhysall) - (1)
                 Re: Nope. - (deSitter)

No Javascript, No Java, No Flash, No Ads.
87 ms