LB Booster
General >> General Board >>
Re: File Reading Problem
http://lbb.conforums.com/index.cgi?board=general&action=display&num=1474235830
Re: File Reading Problem
Post by
Richard Russell
on Sep 18
th
, 2016, 11:20pm
on Sep 18
th
, 2016, 9:57pm,
CryptoMan wrote
:
When I run this code I get INPUT PAST END OF FILE AT lineXX. Why is this?
Because you are trying to read
three
lines from a file which contains only
two
lines! The clue is in the error message.
Richard.