comp.lang.ada
 help / color / mirror / Atom feed
From: Mike Ibarra <ibarra@mccabe.com>
To: cosc19z5@Bayou.UH.EDU
Subject: Re: End of Line Question
Date: 1996/07/12
Date: 1996-07-12T00:00:00+00:00	[thread overview]
Message-ID: <4s5hdb$hmb@news3.digex.net> (raw)
In-Reply-To: 4s4tn7$po6@masala.cc.uh.edu


You could test for this a couple of different ways.  In Ada83, package ASCII 
contains identifiers for all ASCII control characters.  So you could test:
IF ch = ASCII.cr THEN ...

Or you could just test for end of line:
WHILE ( not End_Of_Line ) LOOP...

Hope this helps
-- 
Michael Ibarra





  reply	other threads:[~1996-07-12  0:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-12  0:00 End of Line Question Spasmo
1996-07-12  0:00 ` Mike Ibarra [this message]
1996-07-12  0:00   ` Kevin J. Weise
1996-07-12  0:00     ` Robert Dewar
1996-07-12  0:00   ` Robert Dewar
1996-07-15  0:00   ` Nasser Abbasi
1996-07-14  0:00 ` Andy Askey
replies disabled

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