Yesterday, 01:22 PM
Why do you need to do it this way.
A more efficient way to do this would be as an Array of shorter strings. You could keep the same information there I think just as easily. Then if you need to remove or alter parts in the middle you don't have to move the entire block.
If it needs to go back into a file in one piece thats pretty easily done with an array when you write it out to the file.
A more efficient way to do this would be as an Array of shorter strings. You could keep the same information there I think just as easily. Then if you need to remove or alter parts in the middle you don't have to move the entire block.
If it needs to go back into a file in one piece thats pretty easily done with an array when you write it out to the file.