Searching Files Quickly
Does anyone have any routines for loading in a file and doing quick
searches. I have the following scenario: A 13k file with 12Byte records.
How can I load it into visual basic and search for matching/InStr fields ?
The record is as follows:
Type Recordname
FirstNum as Double
SecondNum as Integer
End Type
Any ideas ??