PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: REXX_BP_ALIAS_FILES[Next]: REXX_BP_AUTO_CMD
\ -> Configuration -> Configuration Macros -> REXX_BP_ALIAS:?

REXX_BP_ALIAS:?

These configuration macros are used to specify break point aliases.

If you wish to define an alias called "fred" you should define a macro called "REXX_BP_ALIAS:fred".

Example

This shows two macros which would quickly allow you to change breakpoints and another one to execute 2 rexx statements are:

#define REXX_BP_ALIAS:BP1  BP{NL}BreakPointText_1
#define REXX_BP_ALIAS:BP2  BP{NL}BreakPointText_2
#define REXX_BP_ALIAS:SAY2 say '1'{NL}say '2'


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

[Top][Contents][Search][Prev]: REXX_BP_ALIAS_FILES[Next]: REXX_BP_AUTO_CMD


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