dralexchambers Tue, 24 Jul 2007 17:24:59 -0700
>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