Post Reply 
EXPORT vs AVars()
05-03-2016, 10:18 AM
Post: #3
RE: EXPORT vs AVars()
(05-03-2016 04:49 AM)cyrille de brĂ©bisson Wrote:  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

Cyrille,

Thanks. That's very clear.

-- Jeff
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
EXPORT vs AVars() - jgreenb2 - 05-03-2016, 12:54 AM
RE: EXPORT vs AVars() - jgreenb2 - 05-03-2016 10:18 AM



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