Post Reply 
how to scroll Terminal and return to a choice?
06-29-2015, 07:37 AM (This post was last modified: 06-29-2015 12:04 PM by salvomic.)
Post: #1
how to scroll Terminal and return to a choice?
hi,
I've a long Terminal list (or a screen with TEXTOUT, long).
I need to prevent to exit from Terminal (or graphic) touching the screen (now it ends Terminal).
Otherwise it would ok a way to save Terminal "as is" in a variable...

I was use a code like this structure:
Code:

whattodo() // function with CHOOSE()
BEGIN
LOCAL ch;
CHOOSE ch;
//...
END;

// foo()
// present data in Terminal, user scroll to read all
BEGIN
//...
FREEZE();
WAIT;
whattodo();
END;

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
how to scroll Terminal and return to a choice? - salvomic - 06-29-2015 07:37 AM



User(s) browsing this thread: 1 Guest(s)