Hey there thanks, quote:
/try num_of_lines = line_find(LogsRead, "PV050614.LOG") I am binding num_of_lines to the return value. In an interactive session, without the binding, a non-None return value will display on screen. But both interactively and in a program binding it makes it easier to use later. Indeed, in a program, no binding -> no later use. /this is what worked out for me. i am trying to get as familliar as i can in idle because it lets me know as-it-happens when i have something messed up. this put my pieces together. thanks again shawn <>< _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
