basically i have tables with true and false, like
{false,false,false,false,false,true,false,fale)
or
{false,false,true,false,false,false,false)
or
{false,false,false,false,false,false,false,false)
They are completely random, since it's what's genered by checking certain things.
Now i want to check if a table has true atleast once, and execute code if it does.
how? |