Returns a copy of the input string without the leading and trailing spaces.
Syntax: |
---|
value = TrimSpaces (inputString ) OR value = Trim(inputString ) ' Short form usage: "Trim". |
Parameter: |
Description: |
---|---|
inputString |
String expression that needs the spaces on the right and left to be trimmed |
value |
Same string expression minus the leading and trailing Space characters. |
Example: |
---|
value = TrimSpaces( " Hello " ) ' Returns "Hello"
Results:See example comments. |
Links: |
---|
See Also: |
Edit Time: 9/18/2020 2:00:37 PM |
Topic ID#: 37 |