When I added the password.Anagram() function to scramble the passwords, it wouldn’t work and this error showed up. Here is my code: https://pastebin.com/hyWAfwYF
Hi,
Make sure that password
is not null
.
How do I check if it is null or not?
Nevermind, I figured it out! All I had to do was put my switch above the Anagram function.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.