View Single Post
  #3  
Old 05-29-2003, 05:59 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Quote:
haha, C#, haha. sorry, I'm just not a big fan.
Code:
if (luvmyhonda.CompellingArgument == false)
{
    foreach (Reader reader in this.thread)
    {
        if (reader.ReadingComprehension > luvmyhonda.ReadingComprehension)
        {
            reader.Ask("Alternative to MyODBC?");
        }
    }
}
Program output:
Code:
Alternative to MyODBC?
Reply With Quote