Removing Spaces from Strings
- Last UpdatedNov 07, 2016
- 1 minute read
In a script, you can trim leading and trailing spaces (blanks) from strings by using the StringTrim() function. You can use this to remove unwanted spaces from a string, for example after a user input.