Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (S)
Guardian Procedure Calls Reference Manual—522629-013
14-125
SHIFTSTRING Procedure
(Superseded by STRING_UPSHIFT_ Procedure )
casebit input
INT:value
specifies a value indicating whether to upshift or downshift the string:
<15> 0 the procedure upshifts the string indicated, making all alphabetic 
characters uppercase.
<15> 1 the procedure downshifts the string indicated, making all alphabetic 
characters lowercase.
Example
CALL SHIFTSTRING (COMMAND , COMMAND^LEN , CASE^BIT); 
 ! upshift
Related Programming Manual
For programming information about the SHIFTSTRING utility procedure, see the 
Guardian Programmer’s Guide.










