Im writing an if then statement and i want it to say something like this:
If intx = 1 and btn.click = true then
'the rest of code
end if
But obviously "btn.click" isnt a real command. Any ideas?
If intx = 1 and btn.click = true then
'the rest of code
end if
But obviously "btn.click" isnt a real command. Any ideas?
Comment