docs

Home All functions Categories

vuHexadecimal(LongValue)

vuHexadecimal(Long), CSTRING

Description

Converts a LONG value into its hexadecimal representation.

Parameters

Parameter Data Type Description
LongValue LONG The value to convert to hexadecimal

Returns

A CSTRING containing the hexadecimal representation of LongValue.

Example

LongValue = 1234
MESSAGE('Hex value = ' & vuHexadecimal(LongValue))   ! Returns 4D2
Home All functions Categories