Trim()
Syntax
Result$ = Trim(String$)
Removes all the 'space' characters located at the beginning and at the end of a string. Example: Debug Trim(" Hello ") ; Will display "Hello"
Debug Trim(" Hello ") ; Will display "Hello"
Supported OS
All