Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (S)
Guardian Procedure Calls Reference Manual522629-013
14-174
STRING_UPSHIFT_ Procedure
out-string:maxlen output:input
STRING .EXT:ref:*, INT:value
returns the resultant string. The same buffer can be used for
in-string and
out-string.
maxlen is the length in bytes of the string variable out-string. maxlen must
be at least as large as the length of the input string.
Example
err := STRING_UPSHIFT_ ( in^string:len, out^string:maxlen );
Related Programming Manual
For programming information about the STRING_UPSHIFT_ procedure, see the
Guardian Programmer’s Guide.