hi,
i parsed a value and i want to do if parsed number morethan 200 do request else stop script
I tried this but its not working
IF STRINGKEY @i MoreThan 200
ELSE
END
please help me @Ruri
thanks
hi,
i parsed a value and i want to do if parsed number morethan 200 do request else stop script
I tried this but its not working
IF STRINGKEY @i MoreThan 200
ELSE
END
please help me @Ruri
thanks
IF INTKEY @i GreaterThan 200
Here put your block
ELSE
return;
END