comp.lang.ada
 help / color / mirror / Atom feed
From: Dale Stanbrough <dale@goanna.cs.rmit.EDU.AU>
Subject: Re: 'first of strings returned from a function should be 1?
Date: 1997/07/27
Date: 1997-07-27T00:00:00+00:00	[thread overview]
Message-ID: <5rebd8$7ji$1@goanna.cs.rmit.edu.au> (raw)
In-Reply-To: 5rcaqi$le8$1@goanna.cs.rmit.edu.au


Dale Stanbrough writes:
"	declare
 	   result_String : constant String := Some_Function (Params);
 	   result_char   : constant Character := Result_String (1);
 	begin
"


!I meant to write...

 	declare
 	   result_String : constant String := Some_Function (Params);
 	   result_char   : constant Character := Result_String (Result_String'First);
 	begin

Otherwise the two forms are (essentially) the same.

Thanks for the comments anyway Matthew...


Dale




  parent reply	other threads:[~1997-07-27  0:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5rcaqi$le8$1@goanna.cs.rmit.edu.au>
1997-07-26  0:00 ` 'first of strings returned from a function should be 1? Matthew Heaney
1997-07-27  0:00 ` Dale Stanbrough [this message]
1997-07-27  0:00 ` David C. Hoos, Sr.
1997-07-27  0:00   ` Dale Stanbrough
1997-07-27  0:00     ` Robert A Duff
1997-07-27  0:00       ` Dale Stanbrough
1997-07-27  0:00         ` Matthew Heaney
1997-07-27  0:00   ` Simon Wright
1997-07-27  0:00   ` Matthew Heaney
1997-07-28  0:00     ` Robert A Duff
1997-07-29  0:00       ` Anonymous
1997-07-30  0:00         ` Robert A Duff
1997-07-30  0:00       ` Dale Stanbrough
replies disabled

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