Hiya!
Is it possible to cleanly scope for elements NOT in a set?
The method we're using is set(index) <> 1, but this seems clunky.
Is there something like:
-set(index)
or
index not in set
Hiya!
Is it possible to cleanly scope for elements NOT in a set?
The method we're using is set(index) <> 1, but this seems clunky.
Is there something like:
-set(index)
or
index not in set
hello
How about
not ( index in set )
?
I knew it would be simple.
That's why I'm called Noob9000! Thanks!
Already have an account? Login
Please use your business or academic e-mail address to register
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Didn't find what you were looking for? Try searching on our documentation pages: