| Maptitude GISDK Help |
Removes the leading and trailing spaces from a string.
trim_string = Trim(string input_string)
| Argument | Contents |
|---|---|
| input_string | Any string |
A string identical to input_string, except that all leading and trailing spaces are removed.
new_str = Trim(" This string needs trimming ")
// new_str = "This string needs trimming"
| Function | Summary |
|---|---|
| Left() | Returns the leftmost n characters of a string |
| Right() | Returns the rightmost n characters of a string |
| ©2025 Caliper Corporation | www.caliper.com |