SET bookmark "text"

Defines the information represented by the specified bookmark name.


bookmarkThe bookmark name that will represent the information - for example, InterestRate.
textInformation represented by the bookmark
Enclose text in quotation marks; numbers don't require quotation marks
The information can be the result of a nested field.

REMARKS
* You can refer to the bookmark in a macro or include it in another field, such as IF. To print the information, you must insert a REF or BOOKMARK field in the document.
* You can use this field with a nested FILLIN field.
* For the Microsoft documentation refer to support.microsoft.com

Examples

{ SET EnteredBy "Maria Gerard" }
{ SET UnitCost 25.00 }
{ SET Quantity { FILLIN "Enter number of items ordered:" } }
{ SET SalesTax 10% }

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top