How to load a line of string input from data file into an array
I am complete beginner. Have a data input file with multiple lines like this
name, number, number,...
I can read the line as a string but need to input the values into an
array. How do I do that. I've spent 2 days trying to figure it out.
No comments:
Post a Comment