FORMULA LANGUAGE


Examples: @Command([DiscoverFolders])
This formula can be used to pass the subject field of a note in the mail database, which is then displayed in the title of the dialogue box. For example, if the current document has a subject of "Status of your project" then the following formula will title the dialogue box "Folders containing: Status of your project".

@Command([DiscoverFolders];subject);

Note that the formula displays the folders which contain the current document, not folders which contain documents having the same subject as the current document. The only thing changed by the optional title parameter is the title of the dialogue box, not the list of folders in the dialogue.

See Also