qck.hlp (Table of Contents; Topic list)
HEX$, OCT$ Functions
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns a hexadecimal string representation of a number (HEX$); returns an
 octal string representation of a number (OCT$).
 
    HEX$(numeric-expression&)
    OCT$(numeric-expression&)
 
    ■ numeric-expression&   Any numeric expression
 
 See Also
    String Operations