Yes, doing shell("set foo") works, but this is a shell command , not the Rev
. 
Viktoras 
 
-------Original Message------- 
 
From: J. Landman Gay 
Date: 12/9/2006 11:12:32 PM 
To: How to use Revolution 
Subject: Re: Multi-standalone communication 
 
Viktoras Didziulis wrote: 
> Unfortunately this does not work on Windows :-( only on MacOS and Unixes..
 
 
I just tried a shell test on WinXP and it looks like you need to do this 
for the shell command: 
 
put shell("set foo") 
 
So, what I did first was this: 
 
put "test string" into $foo 
 
That created the environment variable. Then to retrive it: 
 
put shell("set foo") 
 
Which gives: 
 
foo=test string 
 
Note that the "$" is omitted and the command is "set" instead of "echo". 
 
-- 
Jacqueline Landman Gay | [EMAIL PROTECTED] 
HyperActive Software | http://www.hyperactivesw.com 
_______________________________________________ 
use-revolution mailing list 
[email protected] 
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences: 
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to