I need to determine if a checkbox is checked or not in code.
I'm stumped
Tom
How to check the status of a checkbox in code
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: How to check the status of a checkbox in code
from user gpb01:
i.e. use "hilite" is true or false...
XdM
Code: Select all
on mouseUp
if the hilite of button "buttonName" then ---is if it is true/ checked
-- do something
else
-- do something else
end if
end mouseUp
XdM
Re: How to check the status of a checkbox in code
Thank you!
tom
tom
Re: How to check the status of a checkbox in code
Cool, thanks too ! 
