JonathanG6SWJ
Programmer
Hi Guys
This has to be something so incredibly simple, I'm sure I'm going to be embarrassed by the answer.
(nb. >>>>> is the result I get & not part of code)
Both int's are numerical (or at least if I do +1 they increment by one in value
Many thanks in advance
Jonathan
This has to be something so incredibly simple, I'm sure I'm going to be embarrassed by the answer.
Code:
if intpage =9 then
Response.Write "Confirmed intpage= 9 "
End If
>>>>>Result true Response.Write outputs text
if intpagecount =9 then
Response.Write"intPageCountpage= 9"
End If
>>>>>Result true Response.Write outputs text
if intpage=intpagecount then
Response.Write "Sucess intpage = intPageCount !They are equal "
End If
>>>>>Result not true No Ouput Text.
(nb. >>>>> is the result I get & not part of code)
Both int's are numerical (or at least if I do +1 they increment by one in value
Many thanks in advance
Jonathan