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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by VbLearner

  1. VbLearner

    Reading variables from input file

    Ruairi Thank you for the tip. I did not think of that since it is allowed in Fortran and Pascal. After making that change I run into another problem: "Run Time Error '62', input past End of File I change the Do until EOF(1) to Do While NOT EOF(1) but still I have the same problem. In stead...
  2. VbLearner

    Reading variables from input file

    Srusti, I did not understand your input. Could you please explain it more. Please keep in mind that I am a new starter in VB. Thanks. VBLearner.
  3. VbLearner

    Reading variables from input file

    Dear Colleagues, I am a new VB learner. I am frostrated with the following question. I am trying to read a file that has several lines of the following data: 1 6 2000 12 05 AM 4.99 4.58 2.85 I created the following small program to achieve that: Dim p As String * 2 Dim trash As...
  4. VbLearner

    How to read variable into an Array

    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...

Part and Inventory Search

Back
Top