03-22-2007, 06:21 PM
also, if w is a string then you can't use "<". that's only for a number.
you can do it this way though.
str w
double z
z=val(w)
if z<99999.99
etc
you can do it this way though.
str w
double z
z=val(w)
if z<99999.99
etc
