How to ?
I have a problem : i don't know how to verify a Value like A
I have A which can be 1, 2 or 3
and i do
but doesn't seem to work
I have A which can be 1, 2 or 3
and i do
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
if (A==1) then
but doesn't seem to work