Assuming you have three reblets: one.r, two.r, and three.r as shown below:

one.r
+----------------------
REBOL []
print "I'm one!"
launch "two.r"
wait 00:01

two.r
+----------------------
REBOL []
print "I'm two!"
launch "three.r"
wait 00:01

three.r
+----------------------
REBOL []
print "I'm three!"
wait 00:01


If you run rebol.exe and type "do %one.r", then one.r runs displaying it's 
message, two.r runs displaying it's message but three.r never runs.  Only 
the first call to the function works.. subsequent calls in the launch 
processes are ignored.

--John
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

Reply via email to