Free cookie consent management tool by TermsFeed dec2oct() Function
dec2oct() 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

dec2oct( value, place )

Converts a Decimal number to an Octal number as text.

Parameters

Keyword Type Description

value

Text

Decimal value to convert, such as 123.

place

Number

The number of places to return.

Returns

Text

Usage considerations

Using the value parameter

Negative number values for value are handled using the 2's complement method.

Using the place parameter

The default value for place is however many places are necessary to represent the number.

Examples

dec2oct(16) returns 20

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

dec2oct() Function

FEEDBACK