- -
This made me get excited.
But when I did this:
Code: Select all
on mouseUp
put cell 2,3 of fld "MENSA"
end mouseUp
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
put cell 2,3 of fld "MENSA"
end mouseUp
Code: Select all
put "XYZ" into cell 3,4 of fld "MyTable"