[SOLVED] How do I put the results of a checkbox into a variable
Posted: Fri Jul 20, 2018 2:21 am
I have the following, which works (I think):
How do I now put that into a variable?
I tried:
Did not work. What is the correct syntax please?
I do look these things up in google and the LiveCode dictionary, manual and wiki, but there are no direct answers.
Mike
Code: Select all
get the hilited of button "ckNewClient"
I tried:
Code: Select all
get the hilited of button "ckNewClient" and put it into varNewClient
I do look these things up in google and the LiveCode dictionary, manual and wiki, but there are no direct answers.
Mike