ScriptIf

Examples of Scripts as Functions - XpressDox

Parameterized scripts assist with the re-use of XpressDox code Here are some examples of Scripts which may be useful:   Write out a full name from individual data elements: «Script(FullName,FirstName,MiddleName,LastName)» «concat(SuffixWith(&FirstName&,’ ‘),SuffixWith(&MiddleName&,' '),&LastName&)» «ScriptEnd()» The SuffixWith() functions will ensure that the names are suffixed with spaces only if those data...

Script Feature - XpressDox

The «Script()» command enables the template author to give a name to a chunk of text, and to use that chunk repeatedly in a template. The chunk of text can consist of from a few words to one or more paragraphs. This named chunk can then be inserted into the...

UseScript - XpressDox

Use the Script feature in XpressDox to create re-usable pieces of text. Or parameterize scripts in order to create your own functions. First create your script with the «Script» command, and then call that script with the «UseScript» command. For more information, click here.
Loading...