[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

SET

Syntax:

SET field-argument-1 field-argument-2

field-argument-1:
field-argument

field-argument-2:
field-argument

Description: Defines the bookmark name specified by field-argument-1 to represent the information specified by field-argument-2.

Field Value: None.

Switches: None.

[Example: Consider the following:

SET EnteredBy "Paul Smith"
SET UnitCost 25.00
SET Quantity
FILLIN "Enter number of items ordered:"
SET SalesTax 10%

SET TotalCost = (UnitCost * Quantity) + ((UnitCost * Quantity) * SalesTax)
Total cost: TotalCost \# "$#0.00"
Thank you for your order,
EnteredBy

end example]