Active Server Pages/Debugging
Appearance
Dumping a variable
[edit | edit source]Variables are easily dumped in asp using the following idiom:
Response.write Var
Response.end
Variables are easily dumped in asp using the following idiom:
Response.write Var
Response.end