Spread.NET 17 Formula Reference
Formula Functions / Functions M to Q / OCT2DEC
In This Topic
    OCT2DEC
    In This Topic

    This function converts an octal number to a decimal number.

    Syntax

    OCT2DEC(number)

    Arguments

    Specify the octal number to convert. The number should not contain more than 10 octal characters. An error value is returned if the number is invalid.

    Data Types

    Accepts numeric data. Returns numeric data.

    Examples

    OCT2DEC(7777)

    Version Available

    This function is available in product version 2.0 or later.

    See Also

    OCT2BIN | OCT2HEX | HEX2DEC | DEC2OCT | Engineering Functions