Storing an Array as a Custom Property

Claudi Cornaz claudi.c at fiberworld.nl
Sat Oct 2 07:25:56 EDT 2010


Hi Richard,

It works if you create it as one var so put "gaskin[richard]" into  
tPropSet
set the tPropset of tObj to tValue

Or you can do

on mouseUp
      put "gaskin" into tPropset
      put "[richard]" after tPropSet
      set the tPropSet of tObj to tValue
end mouseUp

I use this the whole time


Claudi







More information about the use-livecode mailing list