in reply to Re: Looping through a file
in thread Looping through a file
I have a print request from a database query I just ran. I'd like to check to see if I've already printed this request. Previo +us requests are in a .txt file. Open the text file and read in all the prior print jobs. If the print request from the database query is in the text file, skip + it. If the print request from the database query is not in the text file, +create a new .dat file for printing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Looping through a file
by apl (Monsignor) on Apr 16, 2008 at 01:07 UTC | |
by baixiaohu (Initiate) on Apr 24, 2008 at 14:50 UTC | |
by apl (Monsignor) on Apr 24, 2008 at 14:56 UTC | |
by baixiaohu (Initiate) on Apr 24, 2008 at 15:45 UTC | |
by baixiaohu (Initiate) on Apr 24, 2008 at 16:29 UTC | |
|