comp.lang.ada
 help / color / mirror / Atom feed
From: dkusu@atc-1s.hac.com (David Kusuda)
Subject: Re: Form Feed To Printer
Date: 1995/03/29
Date: 1995-03-29T00:00:00+00:00	[thread overview]
Message-ID: <3lbvk0$1v0@hacgate2.hac.com> (raw)
In-Reply-To: 3l35sr$1o4@toads.pgh.pa.us


In article 1o4@toads.pgh.pa.us, tore@lis.pitt.edu (Tore Joergensen) writes:
>jcott@csupomona.edu wrote:
>
>: I am trying to figure out the ascii code so that I can send a
>: line feed to the printer.
>
>:   If anyone knows the Ascii Escape code, or anything else
>: I can use so that I may send a form feed to the Printer, I would
>: Appreicate it.
>
>Linefeed    10   16#0A#
>Formfeed    12   16#0C#
>CR          13   16#0D#
>Escape      27   16#1B#


You can also use the predefined ASCII package...

  Linefeed   ASCII.LF
  Formfeed   ASCII.FF
  CR         ASCII.CR
  Escape     ASCII.ESC



Dave





  reply	other threads:[~1995-03-29  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-03-24  8:48 Form Feed To Printer jcott
1995-03-26  4:00 ` Robert Dewar
1995-03-26  7:42 ` Tore Joergensen
1995-03-29  0:00   ` David Kusuda [this message]
1995-03-30  0:00     ` Pascal OBRY
1995-04-04  0:00       ` Robert Dewar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox