Hex

Description

Converts an integer value into a string containing its hexadecimal representation. For example Hex(31) would return a string containing "1F".

If you are calling this command from tier 2 this string must be deleted when you are done with it.

Definition

string Hex( i )

Parameters