It would be nice to have a function that returned whether or not you were at the end of the row. Yes, I know I can call check_end_of_row(), catch the exception and return true/false, but that is pretty heavy for what should be a simple operation...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would be nice to have a function that returned whether or not you were at the end of the row. Yes, I know I can call check_end_of_row(), catch the exception and return true/false, but that is pretty heavy for what should be a simple operation...