Jump to content

krzys_h

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

krzys_h's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. var1 == var2 means "return true if values are equal" var1 = var2 means "assign value of var2 to var1 and return var2" So boolName = true will be always equal to true And it should work when you do just if(boolName), of course assuming boolName is a boolean
  2. Also you should use == instead of = when comparing values
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.