GLBasic User Manual

Main sections

NUMBER()

flt# = NUMBER(str$)


Explicitly convert a string or any other number into a floating point number.

LOCAL n# = NUMBER("1.23") * 100.0

See also...