Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (S)
Guardian Procedure Calls Reference Manual—522629-013
14-124
SHIFTSTRING Procedure
(Superseded by STRING_UPSHIFT_ Procedure )
SHIFTSTRING Procedure
(Superseded by STRING_UPSHIFT_
Procedure )
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Example
Related Programming Manual
Summary
The SHIFTSTRING procedure upshifts or downshifts all alphabetic characters in a
string. Nonalphabetic characters remain unchanged.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
Syntax for TAL Programmers
Parameters
string input, output
STRING:ref:*
is the character string to be shifted.
count input
INT:value
is the length of the string in bytes.
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
CALL SHIFTSTRING ( string ! i, o
,count ! i
,casebit ); ! i