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