G
Guest
I have a large text file seperated by commas. I was wondering how to get the
values from the text file. The problem is that not all the characters are
the same length, so I can't use the characters, but is I can't find how to
seperate out the values by the commas. I know that reading the whole line is
possible, but what if I just want the third value and not the rest? Thanks.
exp: 9821,1550,200,2004
values from the text file. The problem is that not all the characters are
the same length, so I can't use the characters, but is I can't find how to
seperate out the values by the commas. I know that reading the whole line is
possible, but what if I just want the third value and not the rest? Thanks.
exp: 9821,1550,200,2004