Saving null data to string file
in
Programming Questions
•
1 year ago
I can't seem to find an answer to this, but I'm using a string array which is dimensioned with enough places to accommodate the range of data I'm generating. That means that most of the time when I use saveString to save the array to an ASCII file there's a ton of "null" lines at the end of the file after the relevant data lines. Is there any way to "trim" a string array before I send it to file?
Thanks in advance
1