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:
|
|
|
|
Where:
macroparam
Required. A currently valid {param} label reference for a MACRO definition replacement parameter.
Flags Affected: NONE
Note the following:
This operator is only valid within the body of a MACRO and requires a specific syntax format.
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
![]() |