BGA23‖

mA4HE‖Fix Function

nDHDK‖Returns the integer value of a numeric expression by removing the fractional part of the number.

FVEx2‖Syntax:

AxgCW‖Fix (Expression)

bBBqF‖Return type:

Double

WADQ4‖Parameters:

wb98G‖ Expression: Numeric expression that you want to return the integer value for.

SEjHR‖Error codes:

5 Invalid procedure call

EFSA4‖Example:


Sub ExampleFix
danCs‖    Print Fix(3.14159) ' returns 3.
EfZoD‖    Print Fix(0) ' returns 0.
VSC8H‖    Print Fix(-3.14159) ' returns -3.
End Sub

HRyFR‖Int Function

ZBbCV‖Frac Function