Forgot your password?
See all followers
Wednesday at 04:31 PM
Tuesday at 10:32 PM
April 14
December 9, 2022
June 26, 2022
June 25, 2022
1.3k
See all updates by RrVPfX9cPtw59FpC
Who here knows java (and preferably knows me) and can help me understand stuff?
thegoodhen
Don't do that '==' thingy with strings...
'==' can only be used on primitive types. It is not advisable to attempt to compare two strings with it, as the results may vary and often will be undesirable. Use String.Compare instead
RrVPfX9cPtw59FpC
But if I only use one "=", the program doesn't like it .-.