Hi, thanks for the reply!
The problem is that I am inside of a function that is generating code which it then returns to the main caller in the ASP execution process. I need to save up all of the code I am generating and return it as a string (example: generating a table with different cell...
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.