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!

silly print question

Status
Not open for further replies.

dozier

MIS
Joined
Apr 17, 2001
Messages
88
Location
US
What is the syntax for printing large blocks of preformatted text?

Something like:

print until >> END:

Blah blah
Wooo!

END;

Thanks.
 
print <<EOF;

stuff..........

EOF

That should do the trick.

Ben
 
That's it!

Thanks very much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top