Previous PageNext Page

8.4.32 Hex Function

Returns a string representing the hexadecimal value of a number.
 

Syntax

Hex(number)

Arguments

number
Any valid expression.

Remarks

If number is not already a whole number, it is rounded to the nearest whole number before being evaluated.
 

If number is Hex returns
Null
 
Null.
 
Empty
 
Zero (0).
 
Any other number
 
Up to eight hexadecimal characters.
 
You can represent hexadecimal numbers directly by preceding numbers in the proper range with &H. For example, &H10 represents decimal 16 in hexadecimal notation.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page