[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
Syntax:
QUOTE field-argument
Description: Retrieves the text specified by text in field-argument. This text can include any other fields except AUTONUM, AUTONUMLGL, AUTONUMOUT, and SYMBOL.
Field Value: The specified text.
Switches: One or more of the date-and-time-formatting-switch, general-formatting-switch, or date-and-time-formatting-switches, depending on the type of field-argument.
[Example: When the current month is January and the following field is updated:
Last month was QUOTE IF DATE \@ "M" = 1 "12" "= DATE \@ "M" - 1"/1/2000 \@ "MMMM".
the result is:
Last month was December.
end example]