Previous: 4.66.2.19. Flt function To the Table of Contents Next: 4.66.2.21. HexVal function
4.66.2.19. Flt function Table of Contents 4.66.2.21. HexVal function

- 4.66.2.20. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.20. Hex function


4.66.2.20. Hex function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts its argument into a hex string.

Declaration:
function Hex(n: Longint): String[12];
function Hex(n: Int64): String[20];



Previous: 4.66.2.19. Flt function To the Table of Contents Next: 4.66.2.21. HexVal function
4.66.2.19. Flt function Table of Contents 4.66.2.21. HexVal function

- 4.66.2.20. -