From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, T_FILL_THIS_FORM_SHORT autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f12483752dbc412b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-09 14:35:08 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: genx54321@hotmail.com (Jim) Newsgroups: comp.lang.ada Subject: How would i keep 'records' in ADA ? Date: 9 Mar 2002 14:35:08 -0800 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 213.123.64.29 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1015713308 6279 127.0.0.1 (9 Mar 2002 22:35:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 9 Mar 2002 22:35:08 GMT Xref: archiver1.google.com comp.lang.ada:20992 Date: 2002-03-09T22:35:08+00:00 List-Id: i dont mean records as part of the programming in ADA but if i wanted to keep details of a person eg name, address, post code etc for a program, how would i do it ? i need to be able to ADD and REMOVE person details. if i use arrays, how would i go about REMOVEing data? would i just replace it with null or meaningless statements or slice the array ?