Re: Storing Data in Standalone Apps

2011-08-11 Thread G. Wolfgang Gaich
or you use a serialized array. E.g.: -- to save your preferences global gPrefs on mouseUp put the loc of this stack into gPrefs["Stackloc"] put the rect of this stack into gPrefs["StackRect"] put the backcolor of this stack into gPrefs["StackBCol"] put arrayencode(gPrefs) into ur

Re: Storing Data in Standalone Apps

2011-08-11 Thread Bill Vlahos
Correct. It has to be a separate file - either a separate stack or text file. Bill Vlahos Sent from my iPhone On Aug 11, 2011, at 7:29 AM, Gregory Lypny wrote: > Hello everyone, > > My apologies in advance for the lame question but I need a little refresher > as it has been ages since I’ve d