MNOQUOTE


 

The MNOQUOTE compiler directive removes a leading and trailing double quote character from a literal string before the string replaces a parameter. The directive uses the following format:

 

 

 

MNOQUOTE(macroparam)

 

Where:

macroparam

Required. A currently valid {param} label reference for a MACRO definition replacement parameter.

Flags Affected: NONE

Note the following:

  1. This operator is only valid within the body of a MACRO and requires a specific syntax format.

  2. When a valid syntax form is detected, the leading and trailing double quote characters are removed from the literal before parameter replacement.

 

 

See Also: Compiler Directives

 



PL/B Language Reference MMODE MNULL