Home > Available Help Files > PC-DMIS BASIC Language > Language Reference A – Z > Trim, LTrim, RTrim Functions
Current Help System: PC-DMIS BASIC (View Core Help)
[L| R] Trim (String )
Ltrim, Rtrim and Trim all Return a copy of a string with leading, trailing or both leading and trailing spaces removed.
Ltrim, Rtrim and Trim all return a string
Ltrim removes leading spaces.
Rtrim removes trailing spaces.
Trim removes leading and trailing spaces.
More: