EXPORT vs AVars()
|
05-03-2016, 04:49 AM
Post: #2
|
|||
|
|||
RE: EXPORT vs AVars()
Hello,
AVars has a couple of advantages over EXPORT: - It does not require one to 'program'. - AVars persist over a program recompile and an app being sent to a remote calculator - AVars do not require the program to be loaded and compiled to be 'live'. EXPORT has different advantages: - In a program, you know that the variable exist and you can create/initialize it using a smla syntax - global program variable can be hidden from users (ie, not exported) - program global are slightly faster than AVars 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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
EXPORT vs AVars() - jgreenb2 - 05-03-2016, 12:54 AM
RE: EXPORT vs AVars() - cyrille de brébisson - 05-03-2016 04:49 AM
RE: EXPORT vs AVars() - jgreenb2 - 05-03-2016, 10:18 AM
|
User(s) browsing this thread: 1 Guest(s)