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
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to