Below is a sample piece of code that I am running. The problem is that I am setting passed = false and it still is getting inside the if statement.
Any help would be appreciated.
i = 10;
if (i == 10);
{
passed = false
}
if (passed == true)
{
//Perform code...
}
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.