LTrim(<string>)

Top  Previous  Next

Returns the result of the expression with leading (left) spaces trimmed off.

 

Example:

 

test = Trim('  wow ' + ' haha   ') ; test now equals 'wow  haha  '