Retrieve List of Array Properties?

Scott Rossi scott at tactilemedia.com
Sat Feb 18 15:03:36 EST 2006


Recently, I wrote:

> If I set some custom properties of an object via an array:
> 
> set the specialData["cool"] of fld 1 to "hello"
> set the specialData["hot"] of fld 1 to "world"
> 
> ...how do I retrieve a list of the custom property names (are these called
> "indexes"?) of the object?  ("cool", "hot", etc)


Never mind -- just figured out I have to set the customPropertySet first:

  set the customPropertySet of fld 1 to "specialData"
  answer the customKeys of fld 1

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com




More information about the use-livecode mailing list