PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: AsIsPrepare()[Next]: AutoTagAdd()
\ -> Rexx -> Inbuilt PPWIZARD Functions -> AutoTag()

AutoTag()

This is an inbuilt function function provided 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.

Stupid Example

#AutoTagState +
#AutoTag      'FROM'    'TO'
#evaluate     'Result'  AutoTag('from / FROM');
<$Result>                              ;;Output saved result.
#AutoTagState -


email me  any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Search][Prev]: AsIsPrepare()[Next]: AutoTagAdd()


PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Saturday May 28 2022 at 2:55pm