Hello,
I have problems with read a simple txt file.
If the txt file is just one number and I use this code :
19 ?- open('lezen.txt',read,S),read(S,X).
I always get :
ERROR: lezen.txt:1:0: Syntax error: Unexpected end of file
what am I doing wrong?
is there a simple way (using dos) to get output in tables?
like this
name birthday ...
Simon 08-04 ...
... ... ...
instead of
Print "name birthday ... "; and manually put them in tables
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.