I have a textfile TESTFILE.txt looking like:
A 10
B 20
C 30
D 40
E 50
I am trying to increase 'D' by one to 41 by attached code. My result is:
A 10
B 20
C 40
D 40
E 50
What am I doing wrong?
HTML Code:
I have a textfile TESTFILE.txt looking like:
A 10
B 20
C 30
D 40
E 50
I am trying to increase 'D' by one to 41 by attached code. My result is:
A 10
B 20
C 40
D 40
E 50
What am I doing wrong?
HTML Code:
random access files are not text files, but binary files
If solved remember to mark Thread as solved
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks