•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 456,234 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,754 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 1525 | Replies: 4
![]() |
•
•
Join Date: Nov 2007
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
Reading from text files........I have to read in a file which contains the list of all service calls to be done today, the calls have to be assigned based on how far the area is in the 10X10 grid of the sector, assuming the office is in the middle say, e55! The agent has his level of expertise and his hrs today to keep in mind.
I have no idea where to start...
Everytime i read in a line, it is in string format so I cant manipulate data as integers, as I had hoped... help..
I have no idea where to start...
Everytime i read in a line, it is in string format so I cant manipulate data as integers, as I had hoped... help..
•
•
Join Date: Nov 2007
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Reading from text files........I have to read in a file which contains the list of all service calls to be done today, the calls have to be assigned based on how far the area is in the 10X10 grid of the sector, assuming the office is in the middle say, e55! The agent has his level of expertise and his hrs today to keep in mind.
I have no idea where to start...
Everytime i read in a line, it is in string format so I cant manipulate data as integers, as I had hoped... help..
hmm..... start by getting the app to read a text file ....
Open filename for Input as 1 'open file While EOF(1)<>True 'loads data until an End-of File signal displays Input #1, [your variables separated by commas] 'read data Wend Close 'close the file
and what would be the format of your data?
![]() |
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
access ads adsense breach broadband code combo crime daniweb data data protection data transfer database drive dropdownlist files fix flash flv forensics google government hard hardware hidden files hitachi how internet link linux media module net news reuse revenue security solve ssvichosst storage streaming terabyte text unit video virus web wikipedia
- Reading and writing from files works selectively... (C++)
- Need reference to Random Accessing of Text files (C++)
- C++ Reading from a text file (C++)
- Reading from a text file and using it as a database (Visual Basic 4 / 5 / 6)
- A couple Qs (arrays, c++, and reading in text files) (C++)
- appending two java text files (Java)
- problems with reading video files (Windows NT / 2000 / XP / 2003)
- lost my notebook for making text files--how do I get it back? (Windows NT / 2000 / XP / 2003)
- Confused about reading text files (Java)
- reading a file into code (Java)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: how to create and use databases in VB
- Next Thread: what website???


Linear Mode