[thelist] VARIABLE(s): asp/vbscript (referencing/pointers)

Anthony Baratta Anthony at Baratta.com
Wed Jun 26 12:06:01 CDT 2002


At 09:34 AM 6/26/2002, Chris W. Parker wrote:

>and of course as would be expected, when i
>Response.Write(Request("errMsg")) it writes "C_Err1" instead of C_Err1's
>value.
>
>how can i get it's value to be printed?

I think you need to use the Eval() Function.

e.g. Response.Write(Eval(Request("errMsg")))
---
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."




More information about the thelist mailing list