Function call
|
Val
|
Result
|
Notes
|
---|---|---|---|
Len(Val)
|
24 St John's Road, Barnes
|
25
|
The return value is the number of characters in the supplied string.
|
Len(Val)
|
{4,2,9}
|
3
|
The return value is the number of categories in the supplied category list.
|
Len(Val)
|
Split("The quick brown fox")
|
4
|
The return value is the number of elements in the supplied array of text strings. See Split for more information.
|