Custom property set

Mark Wieder mwieder at ahsoftware.net
Wed May 30 02:29:34 EDT 2007


Sarah-

Tuesday, May 29, 2007, 7:05:37 PM, you wrote:

>     set the custompropertyset of this stack to "cStoredData"
>     put the customkeys of this stack into tKeys
>     set the custompropertyset of this stack to ""

I find that saving and restoring the original set saves me from the
Law of Unforseen Consequences... normally it's empty to start with
anyway, but you never know...

     put the custompropertyset of this stack into tOldSet
     set the custompropertyset of this stack to "cStoredData"
     put the customkeys of this stack into tKeys
     set the custompropertyset of this stack to tOldSet

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list