Yes Rjl, When I read something like for (outer_loop_counter=0; LIMIT_OUTER > outer_loop_counter; outer_loop_counter++) { for (inner_loop_counter=0; LIMIT_INNER > inner_loop_counter; ineer_loop_counter++) { do_something_funny(outer_loop_counter, inner_loop_counter); } } it is clear to me that 1) This person writes very fast or has a lot of time to spend writing. 2) Has a display far wider than mine. Regards,
↧