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,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7956d7dcc9685cb5,start X-Google-Attributes: gid103376,public From: "jxredi" Subject: Help ... CONSTRAINT_ERROR Date: 1999/11/30 Message-ID: <81vfu6$sem$1@tobruk.sydney.gecm.com>#1/1 X-Deja-AN: 554720060 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: usenet@tobruk.sydney.gecm.com X-Trace: tobruk.sydney.gecm.com 943932166 29142 203.2.114.10 (30 Nov 1999 03:22:46 GMT) Organization: GEC-Marconi Systems Pty Ltd X-MSMail-Priority: Normal NNTP-Posting-Date: 30 Nov 1999 03:22:46 GMT Newsgroups: comp.lang.ada Date: 1999-11-30T03:22:46+00:00 List-Id: Hi, I was wondering if you could help me out with this problem (using ADA83) : package R_IO is new TEXT_IO.FLOAT_IO(Float); NUM : STRING := "hi there"; FNUM : Float := 0.75; R_IO.PUT(NUM,FNUM); -- this is where the problem is ... but what's wrong ?? ------------ RUN-TIME ERROR : "constraint_error". ---- Cheers, Jxredi.