Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to read variable into an Array

Status
Not open for further replies.

VbLearner

Instructor
Apr 4, 2001
4
0
0
US
Dear Colleagues,
I am a VB learner. I have the following situation:

I have an input data in the following format:

Date Time Variable1 variable2. ... Variable N
1/1/01 1:01PM 8.23 9.34 ... 9.8
line 3 1/1/01 1:10PM 8.23 9.34 ... 9.8
line 2 1/1/01 1:21PM 8.23 9.34 ... 9.8
.
.
.
Line n 12/31/01 1:21PM 5.23 3.34 ... 6.8

what is the best way to store these data in arrays. I would like to be able to manupilate the variable for a give date or time and so on. Please help write this code in VB 6.0. I appreciate your help.
Sincerely,
Yours
a new VB learner

I appreciate your help.
 
Replies at thread222-51020 might offer you some insight on how to achieve this. _________________________________
In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top