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?
now there just one thing that doesn't work
to long variables couldn't be written
eg.
i want this:
name | sentence | nr
345 |This is a lon|
|g sentence |
but i get this
name | sentence | nr
345 |This is a lon|
i have been looking for it on the internet but i don't...
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.