TCC > Variables & Functions > Functions:
Comments (...)
@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"
Help URL: http://jpsoft.com/help/index.htm?f_ltrim.htm