Returning values to home screen


[Prev][Next][Index][Thread]

Returning values to home screen



Is there any way for a program (not a function) to return a value to the
home screen?  The "return" command doesn't seem to work.  For example,
the following program:


test()
Prgm
Return 500
EndPrgm


simply prints "Done" on the home screen.  Is this the way it is supposed
to work, or am I doing something wrong?
<pre>
--
David Rice
<drice@asu.edu>
</pre>