MDELM
The MDELM compiler directive allows user configuration of the macro parameter delimiting characters. The directive uses the following format:
|
|
|
|
|
Where:
characters
Required. A string literal containing the delimiter characters.
Flags Affected: NONE
Note the following:
This operator is valid anywhere within the program.
{characters} should be a string literal of zero to five characters defining the parameter delimiters.
When a valid syntax form is detected, the specified characters is used when parsing macro parameters in addition to the comma.
If {characters} is a null literal, only the comma is the parameter delimiter.
See Also: Example Code, Compiler Directives
![]() |