Adds extra-lingual characters to identifiers via the compiler options, similar in nature to %PROCESS NAMES().
Syntax
-names ["{'string1'|hex-constant1} [{'string2'|hex-constant2}]"]
Parameters
- string1
- Extra-lingual characters to add to identifiers specified as character symbols. Default is
$@#.
- hex-constant1
- Extra-lingual characters to add to identifiers specified as hex constants of the form
0xDD...DD.
- string2
- Characters included in
string1 for which you want to also include corresponding upper-case characters. Default is
$@#.
- hex-constant2
- Hex constants included in
hex-constant1 for which you want to also include corresponding upper-case hex constants.
Important: The default characters do not carry over when you provide one or more values for
string1 and/or
string2. You must specify all characters required, including any default characters.
Examples
-names "'$@#j'"
-names "'$@#j' 'J'"
-names "0x402324a3"