just a quick 1, its probably really simple but I cant seem to find how to do it.
Basically I have a variable which is a changing number. and I want to do the following.....
If $varnumber = >3 then MsgBox(0,"","exceeds 3") Else MsgBox(0,"","does not exceed 3") EndIf
If $varnumber is greater than 3 then msgbox etc.
Can anyone tell me how to do this please?
Thanks





