| |
jwong78
Posts: 1
Score: 0
Joined: 6/12/2002
From:
Status: offline
|
Is it possible to compare tqodynamic variables in an If conditional statement? Below is my code. If rs("ID") = Request("ID") Then test = true Else test = false End If Where is rs is an recordset object and would contain the value 1. And Request("ID") contains the value 1 aswel. I know they are the same, but the Else part is always executed. Thank You Jonny Wong
|
|