| Maptitude GISDK Help |
Returns the length of a string.
n = StringLength(string input_string)
| Argument | Contents |
|---|---|
| input_string | Any string |
An integer equal to the number of characters of input_string.
Can also be called as Len().
| Function | Summary |
|---|---|
| Substring() | Extracts a portion of a string |
| Left() | Returns the leftmost n characters of a string |
| Right() | Returns the rightmost n characters of a string |
| ©2025 Caliper Corporation | www.caliper.com |