Baffling error with setting a label
Posted: Tue Jun 17, 2008 10:14 am
Code: Select all
on mouseUp pMouseBtnNo
if the label of me is "Edit"
set the label of me to "Generate"
end if
end mouseUp
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
on mouseUp pMouseBtnNo
if the label of me is "Edit"
set the label of me to "Generate"
end if
end mouseUp
Code: Select all
then