Counts the number of elements in an array.
|
Syntax |
|
|
|---|---|---|
|
Semantics |
Counts the number of elements in |
|
|
Substitutables |
|
Can be any variable or object attribute having the type Array. |
|
Examples |
Input: an array of names JSON
Result: size is 5. |
|