| Table Of Contents | Index |

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

| Table Of Contents | Index |
|
