N
New
I am having trouble reading from a file I open the file in read mode I have
data formated like name~address~age but when I read it in and print it out I
get name coming out as name~address~age and address and age are both empty
How can I read the data in to split it into the three different strings?
Is it possible to do it in a while?
Thank you
data formated like name~address~age but when I read it in and print it out I
get name coming out as name~address~age and address and age are both empty
How can I read the data in to split it into the three different strings?
Is it possible to do it in a while?
Thank you