qck.hlp (Table of Contents; Topic list)
FIX, INT Functions
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Truncates (removes the fractional part of) a floating-point expression to
 its integer portion (FIX), or returns the largest integer less than or equal
 to a numeric expression (INT).
 
    FIX(numeric-expression)
    INT(numeric-expression)
 
    ■ numeric-expression     For FIX, any numeric expression; for INT, any
                             real number in the range -32,768 to 32,767,
                             inclusive
 
 See Also
    CINT Function