propertyNames

Richmond richmondmathewson at gmail.com
Sun Jul 24 10:00:10 EDT 2016


Does anyone know why when I run this:

on mouseUp
    put the propertyNames of btn "SuperTab"
end mouseUp

while a long list ends up in the messageBox

the IDE "throws a bluey" and states:

"button "Button": execution error at line 2 (Handler: can't find 
handler) near "of", char 12

and if I try this:

on mouseUp
    put the propertyNames of btn "SuperTab" into fld "XYZ"
end mouseUp

nothing appears in the field at all?

Richmond.





More information about the use-livecode mailing list