Is there a way to exit the Terminal display under program control?
|
01-21-2014, 07:27 AM
Post: #3
|
|||
|
|||
RE: Is there a way to exit the Terminal display under program control?
Hi,
your question is not that easy to answer as long as you haven't defined to where you want to exit to. You may have a look at the STARTVIEW(n) command. N is an integer starting at 0. I've experimented with a short test program: EXPORT TermTst() BEGIN Print ("Test"); Getkey; Startview(0); END; and varied n from 0 to 9 ending up in different views like e.g. setup view, etc. but it seems it is depending from where you started. Starting from the Home View of the Function app resulted in setup or plot view but starting from the spreadsheet app e.g. only produced an orange exclmation mark instead of changing the view. Alas, the users manual seems to not say anything about this topic. Maybe Tim can sched some light so that experimenting is replaced by knowledge. Best regards Karl |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Is there a way to exit the Terminal display under program control? - veeblefester - 01-21-2014, 06:20 AM
RE: Is there a way to exit the Terminal display under program control? - eried - 01-21-2014, 07:14 AM
RE: Is there a way to exit the Terminal display under program control? - Karl-Ludwig Butte - 01-21-2014 07:27 AM
RE: Is there a way to exit the Terminal display under program control? - Tim Wessman - 01-21-2014, 04:52 PM
RE: Is there a way to exit the Terminal display under program control? - Terje Vallestad - 01-21-2014, 07:37 AM
RE: Is there a way to exit the Terminal display under program control? - veeblefester - 01-21-2014, 10:30 AM
RE: Is there a way to exit the Terminal display under program control? - Karl-Ludwig Butte - 01-22-2014, 08:04 AM
RE: Is there a way to exit the Terminal display under program control? - Tim Wessman - 01-22-2014, 03:53 PM
|
User(s) browsing this thread: 1 Guest(s)