>We are parsing large files as blocks. If there is an >error somewhere, how can we find out where the error >was? Can we get a count of items parsed correctly? > yes parse something [any[ before-the-try: some parsing (counter: counter + 1) ]] in 'before-the-try you get the parse-position before the failed try, in counter the count of trys. >Thanks > >dv > >====>please reply to: [EMAIL PROTECTED] > >__________________________________________________ >Do You Yahoo!? >Get email at your own domain with Yahoo! Mail. >http://personal.mail.yahoo.com/?.refer=text >-- >To unsubscribe from this list, please send an email to >[EMAIL PROTECTED] with "unsubscribe" in the >subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
