Previous Topic: GET Function--Locate Attributes in a User Directory

Next Topic: HOUR Function--Convert to Hour

HEX Function--Convert to Hexadecimal

The HEX function converts a decimal number to a hexadecimal number and returns it as a string.

Syntax

The HEX function has the following format:

HEX(decimal_number)

Parameters

The HEX function accepts the following parameter:

decimal_number (number)

Return Value

The HEX function returns a string.

Example

Return_value=HEX(16)
Return_value='10'


Copyright © 2010 CA. All rights reserved. Email CA about this topic