PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: PPWIZARD_COLOR_RexxTrace[Next]: PPWIZARD_COLOR_Summary
\ -> Configuration -> Environment Variables -> Color Configuration -> PPWIZARD_COLOR_RexxOther

Environment Variable - PPWIZARD_COLOR_RexxOther

This environment variable can be used to set the All but traced line while PPWTRACE tracing. The default color is cyan. See the color configuration section for a list of other colors that can be configured.

This either needs to be a CTEXT color value or the ANSI code depending on which method is used for your operating system. Only Windows NT, 2000 and XP use "CTEXT". The "ReplaceCurlyHexCodes()" routine is used to expand any hard to type characters such as escape ("{x1B}").

Example

The following is an example when "CTEXT.EXE" is being used:

 set PPWIZARD_COLOR_RexxOther={magenta} 

The following is an example when ANSI color codes are being used (the "{x1B}" string represents the escape character):

 set PPWIZARD_COLOR_RexxOther={x1B}[0;32m 

The following is an example of how it can be configured via the command line:

 /ColorCfg:RexxOther={yellow} 


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

[Top][Contents][Search][Prev]: PPWIZARD_COLOR_RexxTrace[Next]: PPWIZARD_COLOR_Summary


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