How can I obtain the complete list of {QUOTE xx} for tab, line break, etc.?
For example, {QUOTE 12} inserts a page break.
Thanks.
Armstrong
How can I obtain the complete list of {QUOTE xx} for tab, line break, etc.?
For example, {QUOTE 12} inserts a page break.
Thanks.
Armstrong

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
The argument for QUOTE can be a literal string:
{ QUOTE "Armstrong" }
or an ASCII code or series of ASCII codes. Since the ASCII code for "A" is 65, { QUOTE 65 } is the same as { QUOTE "A" }.
See for example ASCII on Wikipedia for a list of the special codes (some have a special meaning in Word, others aren't used)
Hi Hans,
Thanks for your thorough answer.
Armstrong