Re: searching in a file is not displaying expected result...
Posted By:
rajeev_kumar
Posted On:
Friday, January 24, 2003 03:29 AM
I assume that file contains username and password seperated by some kind of tokenizer, so approach should be open the file read its contents and then tokenize on the tokenzier present in the file, if code as well as text file is provided by you..then we can provide better solution
Re: searching in a file is not displaying expected result...
Posted By:
Blake_Minghelli
Posted On:
Thursday, January 16, 2003 05:00 PM
I don't think you've given us enough info to start. Can you please provide more info, such as some of your code, a sample from the file, and what your "unexpected" results look like?