STARTVIEW and Programming
|
04-06-2021, 12:17 AM
Post: #1
|
|||
|
|||
STARTVIEW and Programming
Does STARTVIEW automatically terminate a program? If it does, the user will not be able to solve an equation and stay in a program.
I received an email asking me advice for an equation library. Example: Code: EXPORT sampleprgm() |
|||
04-07-2021, 12:26 AM
Post: #2
|
|||
|
|||
RE: STARTVIEW and Programming
It seems it does not:
PHP Code: EXPORT teststartview() -road |
|||
04-07-2021, 02:54 PM
Post: #3
|
|||
|
|||
RE: STARTVIEW and Programming
It leaves the startview as it's final destination.
Check this code out: Code: EXPORT teststartview2() |
|||
04-07-2021, 07:36 PM
(This post was last modified: 04-07-2021 07:40 PM by C.Ret.)
Post: #4
|
|||
|
|||
RE: STARTVIEW and Programming
Hello,
I see nothing special here, all seem to act as expected !? If you want to terminate your code at the HOME or CAS view, you just have to specify it: Code: EXPORT teststartview2() See the inline ?-Help key for the different available views (specific to the current Application, user customized or global). |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)