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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bfd2577f2aff5bb,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-26 06:01:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.icl.net!colt.net!kibo.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Matt Thomas" Newsgroups: comp.lang.ada Subject: re: help setting up an array of records Date: Sun, 26 May 2002 13:00:10 +0000 (UTC) Organization: BT Openworld Message-ID: NNTP-Posting-Host: host213-122-173-160.in-addr.btopenworld.com X-Trace: helle.btinternet.com 1022418010 24826 213.122.173.160 (26 May 2002 13:00:10 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Sun, 26 May 2002 13:00:10 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: archiver1.google.com comp.lang.ada:24828 Date: 2002-05-26T13:00:10+00:00 List-Id: I posted a few days ago with a problem about setting up an array of records, thanks for your everyones help on he matter but i still cant get it right. I dont want the user to enter the values, i want to initialise them in the code. I'm trying to do it like this: PRODUCT(1) := ("Cola ",4,60,5); >From all I have read up about this should be the way to do it but i can't get it to compile. I get the error message: missing ":" and the (1) is the section that is highlighted. A few of you asked which textbook I'm using, it is "J. Skansholm, Ada 95 >From the Beginning"