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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: turchinc
  • Content: Threads
  • Order by date
  1. 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