&h
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Contents
Description
Used to represent a hexadecimal number.
Syntax
&hHexNumber
Part | Type | Description |
---|---|---|
HexNumber | Hexadecimal number | A hexadecimal literal value. |
Notes
To write a hexadecimal literal, precede the value with &h.
Examples
This example shows a hexadecimal constant:
&hA4
See Also
Hex function.