Re: Reading a line of text in Prolog
- From: Stephan Lukits <Stephan.Lukits@xxxxxxxxxxxxxxxx>
- Date: Mon, 25 Feb 2008 13:50:06 +0100
Stephan Lukits schrieb:
The code:^^^sorry, typos. Please remove this.
is_eof(FlHndl, CharCode, CurrentLine, FileAkku, FileContent) :-
CharCode == -1,
append(FileAkku, [CurrentLine], FileContent),
close(FlHndl)., !
Best regards
Stephan
.
- References:
- Reading a line of text in Prolog
- From: George
- Re: Reading a line of text in Prolog
- From: Stephan Lukits
- Reading a line of text in Prolog
- Prev by Date: Re: Reading a line of text in Prolog
- Next by Date: Re: Reading a line of text in Prolog
- Previous by thread: Re: Reading a line of text in Prolog
- Next by thread: Re: Reading a line of text in Prolog
- Index(es):