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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,212740d5951bd181 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-24 04:50:01 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!sjc-peer.news.verio.net!news.verio.net!iad-read.news.verio.net.POSTED!kilgallen From: Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: String handling??? Message-ID: References: <3B362243.EA4AA94E@ida.his.se> Organization: LJK Software Date: 24 Jun 2001 07:49:55 -0500 NNTP-Posting-Host: 216.44.122.34 X-Complaints-To: abuse@verio.net X-Trace: iad-read.news.verio.net 993383397 216.44.122.34 (Sun, 24 Jun 2001 11:49:57 GMT) NNTP-Posting-Date: Sun, 24 Jun 2001 11:49:57 GMT Xref: archiver1.google.com comp.lang.ada:9068 Date: 2001-06-24T07:49:55-05:00 List-Id: In article <3B362243.EA4AA94E@ida.his.se>, Michael Andersson writes: > Hi! > I'm currently trying to write a text file parser from my collage project > and I'm looking for some functions i Ada that works like the sprint > function in C. Is there such a function? In general, looking for a function to "do it like language X" is a bad idea. Please consult your Ada textbook. Every one I have bought gives examples of string handling.