[thelist] why doesn't this work? (ASP 2.0)

Rob Smith rob.smith at THERMON.com
Fri Jan 2 10:13:27 CST 2004


> if request.querystring("Version") = counter then

Should work. Except I'd use

   if (request.querystring("Version") = counter) then

Echo both values and verify that they are, indeed, 12 or whatever value
they're supposed to be

joel,

Both values are indeed 12, but ironically do not equal each other. There
must be a data type difference, ... SOMEthing that is different about them.

Can you "echo" in ASP? I thought that was only available in PHP. Or are you
all using echo as a lamens term for printing the value to the screen?

Rob


More information about the thelist mailing list