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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b2f463dd5856d07a X-Google-Attributes: gid103376,public From: sswicm@dera.gov.uk (SSWICM) Subject: Re: Got me stumped any idea? Date: 1997/10/13 Message-ID: <61skkq$bpd$1@trog.dra.hmg.gb>#1/1 X-Deja-AN: 280400083 References: <343F77BF.18CA@unx1.shsu.edu> Organization: DERA Reply-To: sswicm@dera.gov.uk Newsgroups: comp.lang.ada Date: 1997-10-13T00:00:00+00:00 List-Id: "Robert A. Thompson" wrote: >I thought it would be perfect..and looked exactly like what I needed. I >couldn't compile it though. It would keep giving me errors saying that >I was not passing the right paramters through the Get_line The command you need is to use; get_line(file1, file1_line, file1_line_length); where; file1_line_length: integer := 0; This will pull the line and only fill the string with the right number of characters. Might not be the best way, but i find it works.. Comments appreciated as to better ways.. Steven Adams