Hello community,
I have tried a lot of the posted solutions regarding string manipulation, but i could not find an answer.
I have a string which i am inserting into a text file to see the composition of the string.
It looks like this:
I want to remove the empty lines from the text file, and then save each line as a string array.
so on the first line the string1[0] is= “123400318”
On the second line string2[0]=“Donald”, string2[1]=“Duck”, string2[2]=“Duckson”… etc.
Can someone help me out?
Thank you