strtrim

Purpose

Remove leading and trailing whitespace from a string.

Syntax

returnedString = strtrim(string)

returnedString - type: str
string - type: str

Returns

Remarks

Example

See Also

strclean, String Functions