App Check(n)?
|
01-14-2017, 06:25 PM
(This post was last modified: 01-14-2017 07:09 PM by toshk.)
Post: #2
|
|||
|
|||
RE: App Check(n)?
(01-14-2017 05:16 PM)DrD Wrote: If it is desired to set the checkbox for the Advanced_Graphing app, while the current app is something else (say, the Function app), can this be done programmatically?V1 is a reserved variable for Advanced_Graphing does not matter what the current app is. Qualify V1 with a name if you saved a copy of the Advanced_Graphing_copy. CHECK() can be qualified with app name(s) ...or use startapp(); then CHECK(). if there no save copy of "Advanced_Graphing" then LOCAL a,b; b:="X+Y=4"; EXPR("V1:=" + 'b'); // ==> V1:=X+Y=4 under any current app. startapp("Advanced_Graphing"); CHECK(1); |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
App Check(n)? - DrD - 01-14-2017, 05:16 PM
RE: App Check(n)? - toshk - 01-14-2017 06:25 PM
RE: App Check(n)? - DrD - 01-14-2017, 08:27 PM
|
User(s) browsing this thread: