Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
ExtractInitials
Left and Right Functions - XpressDox
The Left function extracts the left most characters from a string The Substring function in XpressDox The substring function provides all the functionality to extract pieces of a string, but Left and Right make some operations easier. Left returns the leftmost characters, and Right the rightmost characters. ...
Right - XpressDox
The Right function extracts the right most characters from a string The Substring function in XpressDox The substring function provides all the functionality to extract pieces of a string, but Left and Right make some operations easier. Left returns the leftmost characters, and Right the rightmost characters. ...
Substring - XpressDox
Use the substring function to extract a portion of a string in your XpressDox template Extract from a position in the string until the end The following example will begin extracting the value of GivenString from position 5 until the end. «substring(GivenString,5)» Extract a portion of the string...
Loading...