'MC' |
Maintain Case |
Maintains the case for variable, directives and line labels in program listings.
Off - Variable names, directives and line labels are maintained in uppercase.
'LC' List Variables in Lowercase
'LD' List Directives in Lowercase
10 ThisIsFirst=10
20 THISISFIRST=20
list
10 ThisIsFirst=10
20 ThisIsFirst=20
Once 'MC' is set, the first instance of a variable will establish the case setting for all subsequent uses. To change the case of a variable name, all references to the variable must be removed, and the program must be saved and reloaded.