PLB_SHIFTAZ Keyword
PLBWIN or PLBCE
PLB_SHIFTAZ={ ON | OFF }
This keyword controls the runtime shift inversion. When PLB_SHIFTAZ is set to ON, shift inversion is only done for characters in the range of A to Z and a to z. The PLB_SHIFTAZ keyword defaults to OFF. This means that all characters are checked for upper or lower case and appropriate shift inversion performed.
|
Value |
Meaning |
|
OFF |
This keyword setting is the same as the default when keyword is not used. In this case, the normal KEYIN character shift inversion uses Windows routines to test each keyed character for lower or upper case. Appropriate character shift inversion is performed for character values from 0 to 255. |
|
ON |
This keyword setting restricts the range of characters that the KEYIN instruction performs shift inversion on. In this case, the KEYIN only performs the appropriate shift inversion on the characters of 'A' to 'Z' and 'a' to 'z'. All other characters in the range of 0 to 255 are not shift inverted. |
See Also: PLBWIN Keywords, PLBCE Keywords, Compiler and Runtime Options
![]() |