Post Reply 
Detect when Advantage Module solver is running?
10-09-2020, 11:57 AM
Post: #5
RE: Detect when Advantage Module solver is running?
(10-09-2020 04:46 AM)Valentin Albillo Wrote:  Also, indulge me: why does your function need to know who's calling it ?

For saving a global label. The usual trick is have your program SOLVE itself, and at the beginning of the program, test for the solver currently running and branch to the actual calculation routine. Thus you can XEQ the program and have some input prompts, and then kick off the solver.

Thanks to everyone confirming that I didn't simply miss something in the documentation. Smile I'll probably just SF 0 before calling SOLVE, then CF 0 after it's finished. The lingering 0 annunciator will make it obvious that I need to clear the flag if SOLVE is interrupted for some reason.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Detect when Advantage Module solver is running? - Dave Britten - 10-09-2020 11:57 AM



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