put name of button into
Posted: Tue Dec 23, 2014 5:35 pm
in the dictionary I found this
put me into myVariable -- puts contents, if me is a container
put me into myVariable -- puts name, if me is not a container
however..
on mouseUp
put me into fld "Test" on card "card2"
go to card "card2"
end mouseUp
... does not work.
Is it counting a button as a container or is a button not considered either? is there a way to do this?
put me into myVariable -- puts contents, if me is a container
put me into myVariable -- puts name, if me is not a container
however..
on mouseUp
put me into fld "Test" on card "card2"
go to card "card2"
end mouseUp
... does not work.
Is it counting a button as a container or is a button not considered either? is there a way to do this?