PDA

View Full Version : Global Lists


pjborg
10-29-2003, 12:38 AM
The AMS Help file says: "...information that you store in a [Global] list can be accessed at run time (and even modified) by using Global List Actions."

Can modified information in a Global List be saved internally, or does it always default to what's included at design time each time the exe is started? i.e., can you save info internally, rather than writing to a txt file, ini file or to the registry? Thanks.

Corey
10-29-2003, 01:36 AM
"Save internally" is a misnomer. If you are saving then that means a file or a registry key... If you just want the data to be presistent while the app is open, then yes, Global Lists do that.

Just think of global lists as arrays, or "sets of variables" if you prefer...

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)