[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
OCT$                     Octal Value, as String

 s$ = OCT$(numexpr)

    Returns, as a string, the octal value of its decimal argument.

     numexpr    A numeric expression in the range -32768 to 65535.

   --------------------------------------------------------------------------

      Notes:    If numexpr is negative, OCT$ returns a two's complement
                value.

                Any fractional portion of numexpr is rounded before the
                string is created.

See Also: BIN$ HEX$
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson