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:
SET EnteredBy " "
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