Hi peeps, I have been designing a program and came across a problem, I asked via another tread to counter this problem and I have had some good replies but I would still like to know this for my knowledge
I have text file of data that I have downloaded
"Saturday, March 15, 2003" 47 28 4 25 38 24 11
"Wednesday, March 12, 2003" 33 16 6 37 40 41 25
"Saturday, March 08, 2003" 32 5 8 6 33 41 15
"Wednesday, March 05, 2003" 23 8 3 34 46 12 24
"Saturday, March 01, 2003" 29 31 45 44 22 24 35
"Wednesday, February 26, 2003" 38 5 40 34 18 45 22
"Saturday, February 22, 2003" 30 19 42 33 38 44 31
Is there a way I can convert this file so it can be read by a vb program as an random access file?
I have text file of data that I have downloaded
"Saturday, March 15, 2003" 47 28 4 25 38 24 11
"Wednesday, March 12, 2003" 33 16 6 37 40 41 25
"Saturday, March 08, 2003" 32 5 8 6 33 41 15
"Wednesday, March 05, 2003" 23 8 3 34 46 12 24
"Saturday, March 01, 2003" 29 31 45 44 22 24 35
"Wednesday, February 26, 2003" 38 5 40 34 18 45 22
"Saturday, February 22, 2003" 30 19 42 33 38 44 31
Is there a way I can convert this file so it can be read by a vb program as an random access file?