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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9b2d41fb8057f01a,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-13 19:30:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!deine.net!fu-berlin.de!newsfeed.iinet.net.au!news.iinet.net.au!not-for-mail From: "Casey Jones" Sender: "Casey Jones" Reply-To: "Casey Jones" Subject: Interactivity Question Newsgroups: comp.lang.ada X-User-Info: 203.59.164.155 Date: 14 Mar 2002 03:29:08 GMT Message-ID: <3c901904$0$7407@motown.iinet.net.au> NNTP-Posting-Host: 203.59.24.218 X-Trace: news.iinet.net.au 1016076548 7407 203.59.24.218 Xref: archiver1.google.com comp.lang.ada:21186 Date: 2002-03-14T03:29:08+00:00 List-Id: I'm currently writing a program whereby the final product will allow the user to input his/her information. One of the questions asked to the user is "No. of sizes wanted:" but when I run the program and input my number of sizes wanted I get the error: raised ADA.IO_EXCEPTIONS.DATA_ERROR : a-tienio.adb:61 instantiated at file.adb:29 So from this I know there is something wrong with my code in regards to the acceptance of input for the no. of sizes wanted. I've tried a few different things: instantsiation, Min_Value Max_Value, etc. but nothing seems to work. (BTW, I am using Ada95 on Windows 98....) Your help is greatly needed, thank you.