PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: Line Continuation[Next]: Quoted Text - $The$Rest$
\ -> The Source Code -> Quoted Text - $Text$

Quoted Text - $Text$

Many commands require quoted text. The only thing special about the quotes in this program are that they can be almost any character (anything non-alphanumeric). The only restrictions are as follows:

  1. The same quote character must appear at the start and end of the text.
  2. If another parameter follows then there must be at least one space after the end quote character.
  3. You can omit the quote characters if the first character is alphanumeric and the the text does not contain spaces.

The rexx function GetQuotedText() can be used in your own code to read quotes values such as this.

EXAMPLES

The following are examples of valid quoted strings:


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

[Top][Contents][Search][Prev]: Line Continuation[Next]: Quoted Text - $The$Rest$


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