Examples of Scripts as Functions – XpressDox
XpressDox Document Automation software 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