Re: Efficient way to perform independent processing of list from IO?
29 Aug
2001
29 Aug
'01
7:46 p.m.
Wed, 29 Aug 2001 12:07:47 -0600, mctague@one.net <mctague@one.net> pisze:
return (read string)
but with this approach, all the data are read before they are written,
read is the problem. It wants to see if the whole string can be parsed before deciding whether to deliver a result or signal error. It can be solved by manually splitting the input (e.g. on commas, stripping also initial '[' and final ']') and reading each part separately. -- __("< Marcin Kowalczyk * qrczak@knm.org.pl http://qrczak.ids.net.pl/ \__/ ^^ SYGNATURA ZASTÊPCZA QRCZAK
9130
Age (days ago)
9130
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marcin 'Qrczak' Kowalczyk