<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@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"