oct2dec() Function

Converts an Octal number as text to a Decimal number.

Syntax

oct2dec( value, … )

value: (Text) Octal value as text to convert, such as 771.

Returns

Integer

Notes

Invalid digits for a value parameter, including signs, are ignored.

Examples

oct2dec(20) returns 16

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK