I've successfully exported variables to a process run with shell, e.g.:

    put shell("export somevar='Hello!'; ./test.sh")

...where test.sh simply echoes somevar to verify that it got it.

Now I have a process I need to read and write to, but I don't know how to export variables to it - clues?


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to