string strSaveForWeb = Form1.axError.MyReadProf("MDIN", "SaveForWeb", Form1.strInstPath);
if (strSaveForWeb == "False")
{
}
else
{
AddSourceDB();
}
There's a more efficient way to do this, my brain is just kinda dead today due to long weekend.
Not sure if a switch case would be more efficient or if I should switch to boolean as there's only two cases really.
@___@ WHY ARE YOU DEAD BRAIN?!
In other news, when is if then more efficent than switch case and visa versa? I want to code as efficiently as possible.

New Topic/Question
Reply




MultiQuote





|