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.4 required=5.0 tests=BAYES_50,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f665aa42f0658d4c X-Google-Attributes: gid103376,public From: Roy Grimm Subject: Re: In ada, is it possible to print an array on the screen whithout a loop? Date: 1997/07/11 Message-ID: <33C65E17.41C6@collins.rockwell.com>#1/1 X-Deja-AN: 256214921 References: <01bc8c7f$e29ce6c0$25bad084@SbastienGemme.uqam.ca> Organization: Rockwell Collins, Inc. Newsgroups: comp.lang.ada Date: 1997-07-11T00:00:00+00:00 List-Id: SG wrote: > > In ada, is it possible to print an array on the screen whithout a loop? In Ada, anything is possible. However, I'm assuming you are asking if there is native support in the language for printing arrays. The only native support for printing any kind of array is if it happens to be an array of characters, i.e. a string. Other than that, you have to manufacture your own print routine from the existing language components, i.e. using a loop. -- Roy A. Grimm | The two fundamental principles Rockwell Collins Avionics | of Engineering: Cedar Rapids, Iowa | 1. F=MA ragrimm@collins.rockwell.com | 2. You can't push a rope Voicing my own opinion, not speaking as a company representative. All unsolicited email is quietly forwarded to /dev/null.