|
-
Aug 28th, 2001, 09:32 AM
#1
Thread Starter
Frenzied Member
FH Write Block
I want to write a block of text to a filehandle, and I'm wondering there is an easy way to do this in VBScript.
If I were using PerlScipt I would do something like...
Code:
write myFH, <<<END
<p>This is my HTML enriched block of text that may contain
"quotes" as well as some $aspVariables. The variables should be
should be replaced as neccesary but the quotes should be ignored.</p>
END
My PerlScript syntax may be off a little, but I think you get the idea. I just hate using myFH.Write() over and over again.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|