G
Guest
Hi, I'm still new to C# and haven't been able to find an solution to an IF
statement problem. Is it possible to use an OR condition in an IF statement,
i.e
if (fileExtention == ".tmp" or fileExtention == ".lsi")
{
other statements go here.....
}
Thank you
statement problem. Is it possible to use an OR condition in an IF statement,
i.e
if (fileExtention == ".tmp" or fileExtention == ".lsi")
{
other statements go here.....
}
Thank you