Active Server Pages/Debugging

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Dumping a variable

Variables are easily dumped in asp using the folling idiom

Response.write Var
Response.end