JCL Help:AnsiHexDigits
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: AnsiHexDigits Constant
[+] JclAnsiStrings.pas Constants
Search in JCL Help
Search in all projects
Summary
Specifies enumeration typcontaining all valid characters for hexadecimal numbers representation.
Pascal
AnsiHexDigits = ['0'..'9', 'A'..'F', 'a'..'f'];
Description
The enumeration AnsiHexDigits contains all valid digits from 0 to 9 and letters of latin alphabet from A to F in both lower and upper cases for hexadecimal numbers representation.
About
Unit
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page