Free cookie consent management tool by TermsFeed oct2hex() Function
oct2hex() Function

Function

oct2hex( value, place )

Converts an Octal number as text to a Hex number as text.

Parameters

Keyword Type Description

value

Text

Octal value as text to convert, such as 771.

place

Number

The number of places to return.

Returns

Text

Usage considerations

Using the value parameter

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

Using the place parameter

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

Examples

oct2hex(144) returns 64

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Partially compatible

Can be used with Appian Portals if it is connected using an integration and web API.

Offline Mobile Partially compatible

Can be used with offline mobile if it is loaded at the top of the form.

Sync-Time Custom Record Fields Compatible

Can be used to create a custom record field that only evaluates at sync time.

Real-Time Custom Record Fields Incompatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Thu, Apr 18, 2024 (09:37:52 PM)

oct2hex() Function

FEEDBACK