| Table Of Contents | Index |

Example:When used with an array Trim removes blank lines from the beginning and end of the array. It doesn't trim the elements of the array.
var St St = ' ABC ' Trim St ;St now is 'ABC'
| See Also: | TrimLead | TrimTrail | TrimInputString |
|---|
| Category: | String | Array |
|---|

| Table Of Contents | Index |
|
