Hello all,
I am currently trying to loop through a specific array location (10, loopindex) to look for a value ("Com") at that location and generate a list of users who have that value (Each user has their own data stored in their own Y value of the array). This logic does not seem to be working...and this is actually kind off an important piece of my current project.
My current approach is:
-Repeat: Array.height times
Array: compare value at (10,loopindex) = "Com" --> System: Create Button Object at X/Y
How else might I approach this to get the result I'm looking for?
Thanks for any help!
EDIT:
I discovered that using the Array object to check for the value does not work as expected, but using the System to compare values in the array does. I'll leave this up for anyone who may benefit. If anyone knows why that might happen from a logic perspective I'd also love to know!