Free cookie consent management tool by TermsFeed oct2dec() Function
oct2dec() Function
This function can only be used with Offline Mobile if it is loaded at the top of the form.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

oct2dec( value )

Converts an Octal number as text to a Decimal number.

Parameters

Keyword Type Description

value

Text

Octal value as text to convert, such as 771.

Returns

Integer

Usage considerations

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

Examples

oct2dec(20) returns 16

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

oct2dec() Function

FEEDBACK