How to find the size of an array ?
For reference (it's the 3rd time I mindlessly search the docs):
- Prepare your array accordingly. (https://knowi.com/docs/cloud9QL.html#ARRAY)
- C9QL doesn't offer a native array.length or size(array) function, you'll have to convert the array to a string. (https://knowi.com/docs/cloud9QL.html#ARRAY_TO_STRING)
- Find the length of your array string. (https://knowi.com/docs/cloud9QL.html#LENGTH)
Please sign in to leave a comment.
0 comments