Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by turchinc

  1. turchinc

    VBScript equivalent of Perl heredoc?

    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...
  2. turchinc

    VBScript equivalent of Perl heredoc?

    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 &...

Part and Inventory Search

Back
Top