![]() | ![]() | ![]() | ![]() | ![]() |
This is a rexx function provided by PPWIZARD. This routine (like all PPWIZARD extensions) can be used with any operating system supported by PPWIZARD.
This function takes a single parameter and will return the string after all currently defined #AutoTag replacements have been make.
Note that this replacement occurs whether or not "auto tag" mode is currently on.
This routine is useful where you are reading in data directly rather than using #include or #import commands. You could be using the rexx linein() routine or accessing SQL data.
#AutoTagState + #AutoTag 'FROM' 'TO' #evaluate 'Result' AutoTag('from / FROM'); <$Result> ;;Output saved result. #AutoTagState -
![]() | ![]() | ![]() | ![]() | ![]() |