len(a)
Returns the number of characters in a string a, or the number of tuples in the table a.
Examples
None
len(to_table($S[SNO="S0"]))
0
len("")
0
Some
len(to_table($S))
5
len("hello")
5
Builtin
len(a)
Returns the number of characters in a string a, or the number of tuples in the table a.
len(to_table($S[SNO="S0"]))
0
len("")
0
len(to_table($S))
5
len("hello")
5