View Single Post
  #5  
Old 09-27-2001, 09:19 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
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 !!!
Reply With Quote