On 03/21/2012 10:12 PM, Jim Hurley wrote:
Stephen,

What has me puzzled, maybe you have the answer, is a function to return ALL the 
properties of a given object.



Here's what I did to get ALL the props of a slider:

on mouseUp
   put the properties of control "ZLIDER" into propARRAY
   combine propARRAY by return and tab
   put propARRAY into fld "PROPPS"
end mouseUp

I think the middle line is what throws most people "off".

_______________________________________________
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