Keys of a custom property array
Mark Wieder
mwieder at ahsoftware.net
Sun Mar 3 01:26:25 EST 2013
Jacque-
Saturday, March 2, 2013, 10:06:01 PM, you wrote:
> If I store an array as a custom property, is there a way to get its keys
> without putting the whole thing into a variable first?
Sure, but it's roundabout and I can't guarantee that the engine
doesn't end up doing that anyway.
set the custompropertyset of <object> to <array>
put the customproperties of <object> into keyList
set the custompropertyset of <object> to empty
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list