CompuServe Messages

Searching Files Quickly

    15-Oct-91 14:04:15
Sb: Searching Files Quickly
Fm: Martin Brown 100014,1354
To: All
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 ??