sscanf problem,

Jarrett Billingsley kb3ctd2 at yahoo.com
Thu Jul 6 11:32:48 PDT 2006


"DMINATOR" <kna_int at mail.ru> wrote in message 
news:op.tb95hmzvfa6o3s at kna-x0tr7o23p0o.infonet.ee...
On Thu, 06 Jul 2006 21:17:09 +0300, DMINATOR <kna_int at mail.ru> wrote:

P.S. Is there any D sscanf analog ?

There is, but for some reason, it's not a separate function.  It's defined 
in std.stream.Stream, and is the method .readf().  If your input is a Stream 
(such as a std.stream.File), you can use readf to extract data from it. 





More information about the Digitalmars-d-learn mailing list