NUM

Previous  Next

 

number = NUM( i AS INTEGER ) AS REAL

 


 

Returns a number as a real ensuring that the correct type is returned when a REAL number is required.

 

Example:

 

DIM r AS REAL

r = NUM( 123 )