Is there a way to access the results of read_row by index? Ie, ``` while (in.read_row(one, two, three)){ for(int i = 0; i < 3; i++){ final = read_row_results[i]; } } ```