CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (3 messages)

From: Martin Brown MS BASIC Forum · Visual Basic October 17, 1991 3:04 AM
Thanks for your help. Its greatly appreciated.
From: Martin Brown MS BASIC Forum · Visual Basic October 16, 1991 1:00 PM
Sounds like another one of those wonderful 'learning curve !' 🙂 Yes, I would be extremely grateful for some more information !! The application is actually a corporate phone book. General Indexing is accomplished via indexes along the lines of : Type Record IndexText as String * 3:' First 3…
From: Martin Brown MS BASIC Forum · Visual Basic October 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…