I need to make sure that a certain long value isn't in an array. But for some reason, this isn't working...
!d.toString().contains(sq.toString());
I am sure I am getting something really backwards... but I can't figure out what!
I need to make sure that a certain long value isn't in an array. But for some reason, this isn't working...
!d.toString().contains(sq.toString());
I am sure I am getting something really backwards... but I can't figure out what!
Try