comp.lang.ada
 help / color / mirror / Atom feed
From: "Brian M. Boerner" <bboerner@sunspot.tiac.net>
Subject: Re: Bizzare Errors with GW AdaEd 1.4.2 020 Fat for System 7
Date: 1997/05/05
Date: 1997-05-05T00:00:00+00:00	[thread overview]
Message-ID: <336EA2E9.68B1@sunspot.tiac.net> (raw)
In-Reply-To: 336EA124.2284@sunspot.tiac.net


A little followup information that might help some of you.

--***********************************************************
-- 												BEGIN MAIN EXECUTION
--***********************************************************
begin

loop

-- Adding the following lines of code produce the error described in the
-- previous message.
--		for index in 1..inputlength loop
--		input_string(index) = '0';
--		end loop;

					instructions; -- Print out the Instructions
					text_io.put ("Please Enter a String of Integers: "); -- Ask for the
String 
 				text_io.get_line(input_string,inputlength); -- Read in the string
			loop
 				count := count + 1;
 				iio.get(input_string(last..inputlength) ,output_string(count),
last);
 				last := last + 1;
			exit when output_string(count) = 0;
			end loop;

  for index in 1..(count - 1) loop
				tempchar := character'val (output_string(index) + 64);		
				text_io.put(tempchar);  
		end loop;
		
end loop;




  reply	other threads:[~1997-05-05  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-05  0:00 Bizzare Errors with GW AdaEd 1.4.2 020 Fat for System 7 Brian M. Boerner
1997-05-05  0:00 ` Brian M. Boerner [this message]
1997-05-07  0:00 ` Marinus van der Lugt
1997-05-07  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