Trim()

Syntax

Result$ = Trim(String$)
Description
Removes all the 'space' characters located at the beginning and at the end of a string.

Example:
  Debug Trim("   Hello     ") ; Will display "Hello"

Supported OS

All

<- StringField() - String Index - UCase() ->