Hi Bill, Am 09.10.2014 um 22:09 schrieb William Prothero <[email protected]>:
> ... > 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 [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
