zenniz
Junior Member level 3
Still a beginner here.
I have a txt file with all the value in it (Values will not exceed 10000)
How to for example overwrite the first sentence (1234) to 3210 so that the end result will be
I have a txt file with all the value in it (Values will not exceed 10000)
Code:
//Information inside values.txt
1234
12
345
6789
How to for example overwrite the first sentence (1234) to 3210 so that the end result will be
Code:
//Information inside values.txt
3210
12
345
6789