G
Guest
Hi all,
Why this does'nt work:
switch(strExtenscao)
{
case ((".odo") || (".odo").ToUpper()):
//CODE
case ((".odb") || (".odb").ToUpper()):
//CODE
}
I will be gratful, probably is easy to solve. But I'm new with this language.
Why this does'nt work:
switch(strExtenscao)
{
case ((".odo") || (".odo").ToUpper()):
//CODE
case ((".odb") || (".odb").ToUpper()):
//CODE
}
I will be gratful, probably is easy to solve. But I'm new with this language.