[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
Syntax:
USERADDRESS [ field-argument ] [ switch ]
Description: Retrieves the current user's postal address or, if field-argument is present, the address specified by text in field-argument. Specifying a field-argument shall not change the address of the current user.
Field Value: A postal address.
Switches: One of the following general-formatting-switches: \* Caps, \* FirstCap, \* Lower, or \* Upper.
[Example: Given the current user's address, the following fields:
USERADDRESS
USERADDRESS "10 Top Secret Lane, Chiswick" \* Upper
produce results of:
114 Rue du Rhône
CH-1204 Geneva
Switzerland
10 TOP SECRET LANE, CHISWICK
end example]