Trim

Prev Next Home Home Table Of Contents Index

Trim (String or Array)

Trims white space from both ends of a string. White space is blank characters and lower (carriage returns, etc..).


Example:
var St St = ' ABC ' Trim St ;St now is 'ABC'

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.

See Also: TrimLead TrimTrail TrimInputString

Category: String Array

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home