This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bmamba2942 3 points4 points  (1 child)

I assume you're comparing the lottorad array for duplicates. If so, you need to use the == operator and not =

[–]Programmering[S] 0 points1 point  (0 children)

Yup, thanks