Results 1 to 3 of 3

Thread: Printing

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    4

    Question

    I need to print some text to the printer, and I can't figure out how. It just has to be straight text. No graphics, forms, etc... What's the easiest way to do that?

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    This example sends the text "Hello World!" to the printer
    Code:
    Printer.Print "Hello World!" 'print the text
    Printer.EndDoc 'say that the end is reached

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Printer.Print "Help Please"
    Printer.Print ""
    Printer.Print "The End"
    Printer.EndDoc
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width