Hello,
I can't seem to work this 'If statement' out..
what I have is:
but I get the following error:
Anyone got any ideas what I am doing wrong?
I can't seem to work this 'If statement' out..
what I have is:
B4X:
dim value as string = "4"
If value => "1" & =< "10" Then Return "Number is between 1 and 10""
but I get the following error:
Error description: Object reference not set to an instance of an object.
Occurred on line: 305
If value => "1" & =< "10" Then Return "Number is between 1 and 10"
Word: =
Anyone got any ideas what I am doing wrong?