{ SUBJECT ["NewSubject"] }
Inserts contents of the Subject box from the Summary tab in the Properties dialog box (File menu).
Instructions
Optional text that replaces the subject text in the Properties dialog box for the active document or template. The name can be no longer than 255 characters and must be enclosed in quotation marks.
Examples
The following field uses the FILLIN field to prompt for the subject text. The response entered is printed in the document and is added to the Subject box in the Properties dialog box:
{ SUBJECT " { FILLIN "What is the subject of this document?" }" }