Hi, I am having some trouble with reading a line at a specific point. For example I have several lines of data similar to this:
Talsma,Tegan,743448,F,4F1,4K2,S4,950805,9051726485
I want the buffer reader to read the numbers after the last comma. How could I do this? At first I considered using a for loop to count up to 8 commas. Is there an easier way?