Re: A86: Programming for shells


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

Re: A86: Programming for shells




In a message dated 5/18/99 5:55:44 PM Eastern Daylight Time, tresh@sginet.com 
writes:

> I was wondering if it was possible to write some code at the end of a BASIC
>  program so that it will return back to the shell it was started from.  When
>  you load a BASIC program from ASE and then exit the program, the calculator
>  just goes back to TI-OS.  Is it possible to change that in BASIC.


it only goes to the os if the program exits with a stop command.  if it uses 
return or just goes to the end of the program, it will go back to the shell.