Hi Marc:
My recommendation would be to use GOSUBs to do all of your screen output. Then, you just GOSUB to those routines that you need to in order to restore the screen to the state it was in prior to the lookup being invoked. Have a great day! Bruce From: [email protected] <[email protected]> On Behalf Of Marc Sent: Friday, November 25, 2022 9:40 AM To: jBASE <[email protected]> Subject: Screen save Good morning... I'm hoping someone can help with a programming question. I need to refresh a screen after a gosub to a "lookup" routine. I can pass the line/column info for the line to be added easily enough. I can create an array and update with each line as it is entered but I'm hoping there is a simpler and/or more elegant way to do this. All advice will be appreciated, Marc -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] <mailto:[email protected]> To unsubscribe, send email to [email protected] <mailto:[email protected]> For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]> . To view this discussion on the web visit https://groups.google.com/d/msgid/jbase/44b83ebe-9149-4133-afa4-891a02732f6bn%40googlegroups.com <https://groups.google.com/d/msgid/jbase/44b83ebe-9149-4133-afa4-891a02732f6bn%40googlegroups.com?utm_medium=email&utm_source=footer> . -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jbase/04d001d90108%24d4d40090%247e7c01b0%24%40comcast.net.
