J
jrefactors
I am trying to debug some values in production server.
I want to print the value of rRes(10), but I don't want to
show it in the screen. I just want to show it in the source code
but comment out, so that I can look at the value. Is it possible?
Response.Write("rRes(10) = " & rRes(10)) will show the value in
the screen, but i want to hide it in the screen but still
see the value in the source code.
I want to print the value of rRes(10), but I don't want to
show it in the screen. I just want to show it in the source code
but comment out, so that I can look at the value. Is it possible?
Response.Write("rRes(10) = " & rRes(10)) will show the value in
the screen, but i want to hide it in the screen but still
see the value in the source code.