comp.lang.ada
 help / color / mirror / Atom feed
From: pascalo@cln46ac.world (Pascal OBRY)
Subject: Re: Form Feed To Printer
Date: 1995/03/30
Date: 1995-03-30T00:00:00+00:00	[thread overview]
Message-ID: <PASCALO.95Mar30155133@cln46ac.world> (raw)
In-Reply-To: 3lbvk0$1v0@hacgate2.hac.com


>You can also use the predefined ASCII package...
>
>  Linefeed   ASCII.LF
>  Formfeed   ASCII.FF
>  CR         ASCII.CR
>  Escape     ASCII.ESC

Or since the ASCII package is now obsolete in Ada95 :

	with Ada.Characters;

	Latin_1.LF;
	Latin_1.FF;
	Latin_1.CR;
	Latin_1.ESC;

Pascal.

	
--

--|---------------------------------------------------------------
--| Pascal OBRY			e-mail: pascal.obry@der.edf.fr   |
--| EDF-DER-IPN-SID-ISI					         |
--| Bureau G1-010			voice: +33-1-47.65.50.91 |
--| 1 Av General de Gaulle				         |
--| 92141 Clamart CEDEX		     			         |
--| FRANCE			     			         |
--|---------------------------------------------------------------




  reply	other threads:[~1995-03-30  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
1995-03-30  0:00     ` Pascal OBRY [this message]
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