Re: An easy one I hope by Evertjan
Evertjan
Tue Aug 19 04:09:24 CDT 2003
Miguel Orrego wrote on 19 aug 2003 in
microsoft.public.inetserver.asp.general:
> I want to redirect to a page if a variable is greater than 1 so I'm using
> the following code but get an incorrect syntax error, can somebody please
> tell me the correct syntax?
>
> Cheers.
>
> Code:
>
> If iRecordCount = >1 then
> response.redirect "test.asp"
> End If
>
It is not English free-for-all, but a computer language:
If iRecordCount > 1 then
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)