Hi,
is there a way to emulate perl's heredoc functionality in VBScript?
Basically what I want to do is:
Response.Write(<<EOF)
<h1>header</h1>
body text...
and finally...
EOF
so that everything between Response.Write and EOF gets printed. I can not write another line of
strOut = strOut &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.