Thread: print end of page

  1. #1
    Registered User Seek n Destroy's Avatar
    Join Date
    Sep 2002
    Posts
    9

    Unhappy print end of page

    I want to ask if you know about some command that can be used with fprintf or bios_printer, to let the printer know that it has to take the paper out because you dont want to print anything else in that page...
    I thought in something similar to \n but i can't find it

    Thanks....Seek n Destroy

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    You need to issue a "form feed". You _might_ get away with just sending one to the printer. Look it up on here.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. merging linked lists
    By scwizzo in forum C++ Programming
    Replies: 15
    Last Post: 09-14-2008, 05:07 PM
  3. Cannot find error
    By rwmarsh in forum Game Programming
    Replies: 6
    Last Post: 09-20-2006, 06:48 AM
  4. Explain this whole "Big Bang" thing to me
    By Govtcheez in forum A Brief History of Cprogramming.com
    Replies: 65
    Last Post: 01-14-2005, 12:37 PM
  5. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM