PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: Rexx Preprocessing[Next]: REXAMPLE.X

Rexx Example

Note that the REXX source code page contains much better examples. It is best to look at the more recently modified ones as they are more likely to be making use of more recently introduced features or techniques. The "AddComma" and "PPWSORT" are two packages well worth studying.

The following batch file was used to generate the REXX code:

@echo off
rem set DEBUG=/debug
out\ppwizard.rex REXAMPLE.X /output:out\REXAMPLE.REX /rexx


The source files are:

  1. REXAMPLE.X
  2. REXAMPLE.XH

The generated REXX code is:

  1. REXAMPLE.REX


[Top][Contents][Search][Prev]: Rexx Preprocessing[Next]: REXAMPLE.X

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Thursday January 17 2002 at 6:27pm