ASP Have a Here Document like Perl

09/02/2005 - 03:56 por Steve | Informe spam
Does ASP have a way to do a here document like Perl, where you can print
everything from this line down to EOF. Example:

print << 'EOF';
adfadf
adfadf
adfadfadsfasdf

aadsfad
adfadsf

adsfadsf

EOF

Printing ends here
 

Leer las respuestas

#1 Alvaro G Vicario
09/02/2005 - 10:15 | Informe spam
*** Steve wrote/escribió (Wed, 09 Feb 2005 02:56:49 GMT):
Does ASP have a way to do a here document like Perl, where you can print
everything from this line down to EOF.



ASP is only a framework, it does not have any sort of syntax by itself. If
you are using Perl to write ASP applications then you can use the heredoc
syntax as usual. If you are using VBScript you can't.


Preguntas similares