Property sets appear easer to get and set across “sessions” (different times 
during dev) than putting an array into a property. I don’t see you could set 
just one element of tArray  if it was contained in a property without taking it 
out and putting it back in.

Am I wrong?


On January 29, 2016 at 9:17:26 PM, J. Landman Gay 
(jac...@hyperactivesw.com<mailto:jac...@hyperactivesw.com>) wrote:

If you want the array in a single custom property rather than in its own
property set, first create the array and then store it:

put the rect of the last image into tArray["startsize"]
set the uEffects of the last image to tArray

To get things back out:

put the uEffects of this cd into tArray
put tArray["startsize"]

Property sets work too, so it's mostly a matter of personal preference.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to