Michael Lindner - 2018-01-24

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...