I'm having an issue where at the start of my layout I fill my array with 1's. Then after that, I go in and add some 2's to the array. However, whenever I try to set a global variable to the first X Index of 2 it always returns -1, meaning there is no 2 in the array even though there plainly is. I even set it up so that the code literally says
Array Contains Value 2 -> Set TestVar to Array.IndexOf(2)
And the TestVar returns -1 everytime, how is this possible?
.CAPX LINK
https://drive.google.com/open?id=0BzhJb ... 3hYVXBZNjg
Thanks for any help that can be provided