Custom property set

Jeanne A. E. DeVoto revolution at jaedworks.com
Wed May 30 02:05:10 EDT 2007


At 12:05 PM +1000 5/30/2007, Sarah Reichelt wrote:
>For the benefit of anyone else struggling with this, here is what I
>ended up with:
>
>    set the custompropertyset of this stack to "cStoredData"
>    put the customkeys of this stack into tKeys
>    set the custompropertyset of this stack to ""
>
>Setting the customPropertySet to empty puts it back to the default.


There's actually an even easier way:

   put the customKeys["cStoredData"] of this stack into tKeys
-- 
jeanne a. e. devoto ~ revolution at jaedworks.com
http://www.jaedworks.com



More information about the use-livecode mailing list