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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,820de86ed0dafb8a X-Google-Attributes: gid103376,public From: James Bean Subject: Re: Help Me Please :) Date: 2000/03/01 Message-ID: <38BC38BF.7786@worldnet.att.net>#1/1 X-Deja-AN: 591586272 Content-Transfer-Encoding: 7bit References: <38BC4736.509B1FD@port.ac.uk> Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 951879351 12.68.0.60 (Wed, 01 Mar 2000 02:55:51 GMT) Organization: AT&T Worldnet MIME-Version: 1.0 NNTP-Posting-Date: Wed, 01 Mar 2000 02:55:51 GMT Newsgroups: comp.lang.ada Date: 2000-03-01T00:00:00+00:00 List-Id: Will Mann wrote: > > Can some one help me with my Ada.. my lecturer has given me code that > doesn't work... the compiler says that it can't handle "A".."Z" the > error message is : > > Inappropriate operands for "DOT_DOT" operation, continuing > > Thanks > > -- > > :\ / | | ALL DONE BYE BYE! > : \ /\ / * | | > : \/ \/ | |__ |__ "A" is a sring. 'A' is a character. Dot_dot's can't separate strings. Jim Bean