The config documents store all configuration data about the documents in your apps. There are three types of config documents: DocExt ( includes Doc, DocForDoc, DocUpDoc items ), DocToDoc and Project.
A config consists from its items. Type each item on new line. An item in depend of config type consists either of name and the next tags or of the tags only. A tag defines either the name of something or action with something. A tag can be typed just in itself or with the brackets [ ], { }, < >. Within the brackets [ ] need type a text to define the tag's value. Within the brackets { } need type a condition or an expression in formula language to compute the tag's value or its applying. Type a tag with the brackets < > with an other item's name of the config inside to use the value of the same tag from the specified item. What brackets can be used with a tag see in the tag's description of the help.
If brackets of a tag also is used in value of the tag, you must use the full format of the tag typing with adding the tag name after the brackets: TAG{ ... SUBTAG{ ... } ... }TAG.
To check the syntax of all expressions in Formula Language which have been typed in all tags with the brackets { } of all config items you should press "Check All Syntax" at the top of the config document.
To disable a config's item you should type the REM keyword at the start of the item.
Topic links:
See also: