<< Prev        Next >>

ID : 3853

Extract/Trim

Commands Functions
Left To return a string of the specified number of characters from the left end.
LTrim To delete a leading space in a string.
Mid To return a string of the specified number of characters at the specified position from the string.
Right To return a string of the specified number of characters from the right end.
RTrim To delete a tailing space in a string.

ID : 3853

<< Prev        Next >>

Related Information
Left
LTrim
Mid
Right
RTrim