> Date: Wed, 22 Oct 2008 19:15:35 -0700 > From: "John Dammeyer" <[EMAIL PROTECTED]> > Subject: Parsing strings. > To: "'Borland's Delphi Discussion List'" <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Short of doing the usual substring etc. and breaking the string below into > smaller ones and then using val() to grab the numbers is there something > equivalent to sscanf() in Delphi? > > '00,INITIAL,NOP, 000000, 000000,04,INC,GTF,MTF,ATF.' > > Thanks > > John > > Automation Artisans Inc. > http://www.autoartisans.com/ELS/ > Ph. 1 250 544 4950 >
Well there is Read and ReadLn for starters Mick _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

