TAGMASK – Set tagging mask
Use TAGMASK to describe the layout
of the tag to be added to a description of a date related option.
Its use is activated by OPTIONS TAGMODE.
The mask can be any text string containing various characters,
but the following character combinations are replaced by values relating
to the date:
DDDD- The complete name of the day of the week in upper case.
Dddd- The complete name of the day of the week in mixed case.
DDD- The first 3 characters of the day of the week in upper case.
Ddd- The first 3 characters of the day of the week in mixed case.
DD- The first 2 characters of the day of the week in upper case.
Dd- The first 2 characters of the day of the week in mixed case.
number sign (#)- The day number with in the year (3 characters).
For example,
TAGMASK(' (Ddd #)') resolves
to an output like the following:' (Mon 334)'Note: Only one instance of Day of the Week and Day of the Year is
replaced in each mask.