When I load large data I like to print running counts or something to show that I'm doing something. How would I print a marker for every 5th object loaded, or any nth number for that fact? How could I code this ouput ". . . 100 . . . 500 . . . 1000", etc.?