Posted: Sat Sep 12, 2020 4:38 am Post subject: Integer values / Boolean / Variables
So I've been surfing the web for answers yet I couldn't find an exact answer so here we go, I made a statement where x=1
now I want to add a value to x, say I add y to x.
x=1
CETrainer.val.onClick = Function ()
x=x+1
end
or
function CETrainer_valClick(sender)
x = x+1
end
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum