Re: creating an array
- From: "Dmitry A. Kazakov" <mailbox@xxxxxxxxxxxxxxxxx>
- Date: Tue, 14 Feb 2006 20:39:48 +0100
On Tue, 14 Feb 2006 19:25:05 GMT, Björn Persson wrote:
isaac2004 wrote:
how would i go about taking numbers generated by a function and storing
them into arrays in the purpose of having them on record
for Index in The_Array_Type'Range loop
The_Array(Index) := The_Function;
end loop;
The_Array_Type := (others => The_Function);
--
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de
.
- Follow-Ups:
- Re: creating an array
- From: Maciej Sobczak
- Re: creating an array
- From: isaac2004
- Re: creating an array
- References:
- creating an array
- From: isaac2004
- Re: creating an array
- From: Björn Persson
- creating an array
- Prev by Date: Re: creating an array
- Next by Date: Re: Mutations and type usage in Ada
- Previous by thread: Re: creating an array
- Next by thread: Re: creating an array
- Index(es):
Relevant Pages
|
|