HP Forums
How to check S1 (Symbolic View) inside a program? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: How to check S1 (Symbolic View) inside a program? (/thread-14005.html)



How to check S1 (Symbolic View) inside a program? - mbeddo - 11-18-2019 03:03 AM

I have an expression in a program I am writing for a variable capacitor lab:
Code:

  S1 := {"C1","C2","",13,"Q/((D/X)+C)",#FF:24h,1,#FF:24h};

I will be using S1 to draw a user-defined curve through data points. S1 is set up the way I want, except for one thing - the checkmark one would see in "Symb" view is unchecked so the curve doesn't appear in the plot view. Other than checking S1 interactively, can the checkmark be set within a program?

The documentation discusses the structure for setting symbolic view variables, but I can't find a flag variable associated with the checkmark.


RE: How to check S1 (Symbolic View) inside a program? - Tim Wessman - 11-18-2019 03:21 AM

Look at the app functions, CHECK, ISCHECK and UNCHECK

Smile