Is there a way to check if a Variable is unique within all other variables?
I have a set of 32 SNs being recorded into individual variable input boxes, but I need to check to make sure they are unique. How can I do that?
Is there a way to check if a Variable is unique within all other variables?
I have a set of 32 SNs being recorded into individual variable input boxes, but I need to check to make sure they are unique. How can I do that?
The “contains” check also works if you pop the values onto an array instead of adding them to a string.