Hex()

Top  Previous  Next

Hex() - Convert a Number to Hex

Description

The Hex() function converts a number or expression to a string representation the hex value.

Hex(Expression)

Return Hex String

Example

SMEvent.Raise "Trace", Hex(255) ' returns FF