Jun 11, 2004 #1 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.
What is the syntax for printing large blocks of preformatted text? Something like: print until >> END: Blah blah Wooo! END; Thanks.
Jun 11, 2004 #2 bknox Technical User Joined Apr 13, 2004 Messages 30 Location US print <<EOF; stuff.......... EOF That should do the trick. Ben Upvote 0 Downvote
Jun 11, 2004 Thread starter #3 dozier MIS Joined Apr 17, 2001 Messages 88 Location US That's it! Thanks very much. Upvote 0 Downvote