JP Software Tutorials
Download JP Software Products
Sources for further information
Navigation: TCC > Variables & Functions > Functions
@LTRIM
@LTRIM[string1,string2] : Returns string2 with all the leading characters in string1 removed. String1 must be enclosed in double quotes if it contains any spaces, tabs, or commas.
Examples:
echo "%@ltrim[JP,JP Software]"
" Software"