Quote:
Originally posted by BocoC
All tokens are saved as strings, so use the command 'strtofloat()' to convert it into a numerical value. You can than use >, =, or < to check the number.
tokenize #c;
if (strtofloat(#t(1))>0)) { }
|
Thats exactly what i wanted to hear Boco thanx !!!