>From what I can see, you need to add {} after your "if" and "else" 
statements, eg:

if (condition==1)
{  AFL here;   }
else
{  AFL here;   }


Alex

Reply via email to