Re: Thanx
- Posted by "Christopher K. Lester" <cklester at FLASH.NET> Aug 29, 1997
- 644 views
>I want to find something that may be in the file, but I don't >know where it is or even for certain that it exists. Have you considered writing your data to the file using print(filenum, database)? Having saved the database, you just do sequential searches through an index... say, the first element. Right guys? Later! ck P.S. This involves a lot more, but I'm just testing the waters of appropriateness. :)