William Prothero <proth...@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


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to