Post Reply 
Export Local Variables to use Globally
06-04-2018, 04:56 AM
Post: #5
RE: Export Local Variables to use Globally
Hello,

Program variables declared OUTSIDE of a function are global (meaning that they exist from the moment the file is compiled and keep their value until the program is recompiled or erased).

Such global variables, if they are NOT in an app program, AND if they are declared with "EXPORT" will be accessible from anywhere just by typing their name.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Export Local Variables to use Globally - cyrille de brébisson - 06-04-2018 04:56 AM



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