Hello! I've ran into a rather small problem that I can't solve. I get an error when I try to see if my string = to ' '?
At first I had:
------------
tmpPos : string;
tmpSize : string;
..
if (tmpPos = ' ' or tmpSize = ' ' ) then
..
..
end;
-----------
however, the above doesn't work.. I get the...
I’m trying to write to a single line in a ASCII text file and apparently writeln() only works to append to a file.
What should I use to be able to write to a single line in a text file?? i.e Without opening up the entire file and rewriting it. Can I even do this?
Any help would be appreciated.
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.