Getting a list of object properties

FlexibleLearning.com admin at FlexibleLearning.com
Thu Oct 9 16:41:45 EDT 2014


William Prothero <prothero at earthednet.org> wrote

> If I do:
> put the properties of scrollbar "axisEntry"
> I don't get anything in the message box. LC7.0 rC2, Mavericks.
> 
> Bill


The dictionary entry for Properties does need revising, but it is correct
insofar as you get an array not a list. I think this does what you want...

put the properties of scrollbar "axisEntry" into myArray
put keys(myArray)

Hugh Senior
FLCo





More information about the use-livecode mailing list