Loading...
{LTRIM( «string» )}
«string» Character string to trim
Field = txt_field {template_name_.txt_field} = This is some text with leading blanks. {LTRIM( {template_name_.txt_field} )}
Result: This is some text with leading blanks.