Reply to Re: does dink support....
If you don't have an account, just leave the password field blank.
Second of all, there is no need for a special elseif statement when else if does the same thing.
But some programming languages will not support this:
if (something)
{
//Do something
}
else if (somethingelse)
{
//Do something else
}
else
{
//Do else
}
So do you support this? else and elseif aren't the same thing.
But some programming languages will not support this:
if (something)
{
//Do something
}
else if (somethingelse)
{
//Do something else
}
else
{
//Do else
}
So do you support this? else and elseif aren't the same thing.