TrimEnd – XpressDox
Trim characters from the end of a string in your XpressDox template Command structure: «TrimEnd(Address,’,;’)» The above example will remove a comma or a semi-colon from the end of the value of Address.
Tutorial videos are available here.
Visit our User Forum for discussions and solutions
Trim characters from the end of a string in your XpressDox template Command structure: «TrimEnd(Address,’,;’)» The above example will remove a comma or a semi-colon from the end of the value of Address.
Trim characters from the start of a string in your XpressDox template Command structure: «TrimStart(Address,’,;’)» The above example will remove a comma or a semi-colon from the start of the value of Address.