Maptitude GISDK Help

StringLength(), Len()

Summary

Returns the length of a string.

 

Syntax

n = StringLength(string input_string)

 

Argument Contents
input_string Any string

 

Returns

An integer equal to the number of characters of input_string.

 

Notes

See Also

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