PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
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'