CompuServe Thread

Searching Files Quickly

1 messages in this thread
#3238From: Martin BrownOct 15, 1991 2:04 PM
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 ??