Reply to Re: DinkC 2020
If you don't have an account, just leave the password field blank.
// ignore this, I'm testing something
if (&crap == 0)
{
&crap = 1;
}
else
{
&crap = 2;
}
It seems else isn't highlighted here as well
// ignore this, I'm testing something
if (&crap == 0)
{
&crap = 1;
}
else
{
&crap = 2;
}