Real()

Real()

Type: REGULAR FUNCTION

Purpose: Convert INDEX, BITS, BOOL, or STRING to a REAL.

Anything other than these legal arguments is converted to 0.000.

Real() acting on string that does not contain a number returns an indeterminate value.

Usage: NewReal = Real(Quantity)

 

NewReal

REAL

The result.

  Quantity INDEX, BITS, BOOL, STRING

The quantity to be floated

Related Topics Link IconRelated Topics