len function
Syntax
float len(inputString)
Parameters
- inputString (string)
Returns
Length of inputString.
Description
This function returns the number of characters of the inputString.
Related
Examples
len("cityengine")
# result = 10
len("abc")
# result = 3
Copyright ©2008-2025 Esri R&D Center Zurich. All rights reserved.