| Table Of Contents | Index |

Example:When used with an array TrimTrail removes blank lines from the end of the array. It doesn't trim the elements of the array.
St = ' MARC ' TrimTrail(St) Writeln St ;returns ' MARC'
| See Also: | Trim | TrimLead | TrimInputString |
|---|
| Category: | String | Array |
|---|

| Table Of Contents | Index |
|
