This document describes how to control the array using the Util - Array block.
Index
Array Block
•
Control the array.
1) Array Contains Key
•
Return true/false by checking if the key exists within the array.
•
Example of using a block
2) Array Count
•
Return the number of array elements as a number.
•
Example of using a block
3) Array Equals
•
Return true/false by comparing elements in two arrays.
•
Use case sensitivity.
•
Example of using a block