Determine if a string is numeric: Difference between revisions

Content added Content deleted
Line 1,185: Line 1,185:


Defint FALSE, TRUE
Defint FALSE, TRUE

FALSE = 0
FALSE = 0
TRUE = NOT FALSE
TRUE = NOT FALSE
Line 1,226: Line 1,227:
'Begin
'Begin
'============================================================
'============================================================

showmessage (str$(isNumeric("-152.34","")))
showmessage (str$(isNumeric("-152.34","")))
end
end