PDA

View Full Version : syntax error please help


jarv
06-27-2010, 09:09 AM
IF request("CountyID") <> THEN
CountyID = 1
END IF


what is wrong with this?

CyberPirate
06-27-2010, 10:47 AM
Well, you need to specify a value that CountyID is NOT supposed to be before telling ASP to continue with the if statement.