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.1 required=5.0 tests=BAYES_20,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,16b7f2c6a2ca54eb,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1993-03-07 14:59:32 PST Newsgroups: comp.lang.ada Path: sparky!uunet!gatech!howland.reston.ans.net!zaphod.mps.ohio-state.edu!rpi!utcsri!newsflash.concordia.ca!mizar.cc.umanitoba.ca!umcha225 From: umcha225@ccu.umanitoba.ca (Samson S. W. Chan) Subject: how to read a text file? Message-ID: Sender: news@ccu.umanitoba.ca Nntp-Posting-Host: pollux.cc.umanitoba.ca Organization: University of Manitoba, Winnipeg, Canada Date: Sun, 7 Mar 1993 22:27:16 GMT Date: 1993-03-07T22:27:16+00:00 List-Id: I tried to read a text file in ADA which consists of string and integer, but I only know how to instantiate the package SEQUENTIAL_IO to read integer, could anyone tell me how to instantiate SEQUENTIAL_IO so that I can read read both text and integer? And please provide the exact syntax. Also, what should be the command which read a text file? GET, or READ? Thanks. Samson UMCHA225@CCU.UMANITOBA.CA