PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: $$RX[Next]: $$RXEXEC
\ -> Macros -> Macro Transformations -> $$RXVAR

$$RXVAR

This is a transformation that can be applied to the substitution of content for both macros and macro parameters.

This generates a number of rexx commands which will rebuild a macro or macro parameter as a rexx variable (with the name you specified). This can handle any length value and should never break regina "clause length" rules or any other rules. It is only intended for use in a macro which will be executed by PPWIZARD, it will effectively generate garbage if output to a file.

EXAMPLE

The following in an example which takes the parameter and puts the value into a rexx variable:

{$Parameter $$RxVar:RexxVariable}  ;;Put parameter in "RexxVariable"


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

[Top][Contents][Search][Prev]: $$RX[Next]: $$RXEXEC


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