The system variable TEXTCASE provides the option of formatting the output so that comments, file name and any ASCII text characters will be output as uppercase text. This is useful as some machines must have all text as uppercase characters, otherwise the machine ignores the character.
Valid settings are:
1 = Will convert all text string to uppercase.
2 = Will convert all text strings to lowercase.
Note that word letter addresses output from Format Table
are not converted.
If NC code is written as text strings in output blocks (or Code Wizard
code constructors) those strings will be converted by TEXTCASE.
Any other value for TEXTCASE will result in the text being left unchanged.