I have an item with an array label that typically has 18 elements. If, however, the item is released early then the array label will have less than 18 elements. I am looking to use a for loop to access the elements in the array but I need to know the length/size of the array. Something along the lines of "arraysize" or "array.length"?
I have searched the help forums and the User Manual but to no avail.
Any help would be much appreciated. Thanks!