PPWIZARD Manual
[Bottom][Contents][Search][Prev]: AsIsPrepare()[Next]: BaseDate()

AutoTag()

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.

Stupid Example

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


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

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am