Getting a list of object properties
Klaus major-k
klaus at major-k.de
Thu Oct 9 16:24:36 EDT 2014
Hi Bill,
Am 09.10.2014 um 22:09 schrieb William Prothero <prothero at earthednet.org>:
> ...
> If I do:
> put the properties of scrollbar “axisEntry"
> I don’t get anything in the message box. LC7.0 rC2, Mavericks.
"the properties of xyz" will return an ARRAY, that's why :-)
Do this:
put the properties of scrollbar “axisEntry" into tP;put the keys of tP
> Bill
Best
Klaus
--
Klaus Major
http://www.major-k.de
klaus at major-k.de
More information about the use-livecode
mailing list