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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,2f7ef46127892c41 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Received: by 10.66.88.5 with SMTP id bc5mr134872pab.11.1343098469634; Mon, 23 Jul 2012 19:54:29 -0700 (PDT) Path: b9ni36326311pbl.0!nntp.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!nrc-news.nrc.ca!newsfeed.news.ucla.edu!usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: gautier_niouzes@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Little people supporting Ada, possibly through AdaCore? Date: Wed, 18 Jul 2012 18:01:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8f0e4775-f2a0-460b-afd6-622ad4bf3e62@googlegroups.com> References: <12955589.960.1336138013614.JavaMail.geo-discussion-forums@vbbfk16> <5043095.1117.1336142172111.JavaMail.geo-discussion-forums@vbli11> <2d7fae9a-5be7-4011-a945-5ecd95684025@googlegroups.com> <949570cd-bdda-49ff-93c7-5189546adf7a@googlegroups.com> <5004ff62$0$293$14726298@news.sunsite.dk> NNTP-Posting-Host: 62.203.129.83 Mime-Version: 1.0 X-Trace: posting.google.com 1342659782 14778 127.0.0.1 (19 Jul 2012 01:03:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Jul 2012 01:03:02 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=62.203.129.83; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-Received-Bytes: 2577 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-18T18:01:26-07:00 List-Id: Le mardi 17 juillet 2012 15:47:02 UTC+2, Adrian Hoe a =E9crit=A0: " Yeah, but looks like GNATColl.JSON has mixed up the order of objects. So, i= f objects are created in the order of company_name, vat_no, hours, product = and web as in procedure Set_Core_Company_Data then it should be left as it = is. The objects should be traversed in the same order as they were created = but the output shows company_name, web, product, hours and vat_no. I don= 9;t mean it is the job of GNATColl.JSON to sort the objects according to s= ome orders. The question is: Why the objects cannot be traversed in the ori= ginal order as they are created? " Did you consider adding an extra field, Order, entered with 1,2,3,... ? Then you could sort the objects at the end. _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address