[MWForum]MIA, Ask an Expert Question
Mike Sandy
mwforum@lists.mathcats.com
Wed, 24 Dec 2003 16:16:32 -0000
Yes, if the processes on page1 and page2 are run as independant (parallel)
processes
e.g.
to go
cc
page1
forever
[show "page1
wait 10]
page2
repeat 100
[show "page2
wait 10]
end
Mike
> from: "Craig Yager" <craig.yager@bvsd.k12.co.us>
> date: Wed, 24 Dec 2003 7:33:58 -0700
>
> Hey... when going from page1 to page2, is it possible to maintain
processes still running
> from the first page? Thanks... Craig