Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-367
#SHIFTSTRING Built-In Function
Example
This example illustrates the use of #SHIFTSTRING to shift the case of a variable level:
62> #PUSH vara
63> #SET vara this is a test
64> #OUTPUT [#SHIFTSTRING /UP/ [vara]]
THIS IS A TEST