Owning Class: string
Requires: MathScript RT Module
b = strtrimwhite(a)
Legacy Name: strtrim
Removes all white space, including spaces, tabs, carriage returns, and linefeeds, from both ends of a string.
| Name | Description |
|---|---|
| a | Specifies a string. |
| Name | Description |
|---|---|
| b | Returns a with the white space removed from both ends of the string. |
a = ' run strtrimwhite in LabVIEW MathScript ';
b = strtrimwhite(a);