Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When i store data into a txt file the last line is blank. If i look in a hex editor the last character is a line break: 0D 0A.
Is there a way to remove this after the last value?
Now, if i loop over the data after the last line i get an error because it is a blank.