Returns the hexadecimal (base 16) value of a decimal (base 10) number.
|
Syntax:
|
HStr(numeric)
|
Parameters:
|
numeric: A decimal number (a base 10 number) or a numeric expression that represents a decimal (base 10) number.
|
Returns:
|
An Alpha string representing a hexadecimal number
|
Example:
|
HStr(15) returns 'F' HStr(16) returns '10'
|
Note:
|
Results left justified.
|
See also:
|
HVal
The Online and Rich Client Samples projects (program CV10 and RCV10)
|