Posted By: Stevlee |
5/11/2006 12:25:00 PM |
|
|
using VB 6.0, I need to read a file where each line in the file contains two strings separated by a space, i.e., var1 var2. Each string is of varying size. However, var1 can only equal a select number of values that map to a database field. var2 is the value I need to store in the database. When I reach the end of the record, there is a line with just a dot. How do you read these two strings in and store them into variables?
|
|