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 bkrike 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 Sanderval

  1. Sanderval

    How to Import Access DB data into VB.Net Array

    Thanks alot. That will be very helpful. If i can get it to work I'll post a simplified version of the end product.
  2. Sanderval

    How to Import Access DB data into VB.Net Array

    I have several Access DB Queries that i would like to use to create arrays in a vb.net program. I believe i have the proper code to access the db, but i'm curious as to what method i would use to convert it to a array. Any one have ideas? Here is the code i use to connect: Dim ConnectionString...
  3. Sanderval

    Problem Storing Non Specific String Values

    I have an output log i need to convert into a html report. The problem lies in the fact that the output is in such a manner that one of values i need is placed in a very inconveinent spot. I'll create some dummy values to illustrate (obviously this is not the actual log but its close enough)...
  4. Sanderval

    scanning text for specific values & inserting into arrays

    Thanks I'll see what i can do with that.
  5. Sanderval

    scanning text for specific values & inserting into arrays

    Ok, project is progressing well so far.. but i've reached an impass. Up to this point I've been using this code: If strLine.IndexOf("trigger text") <> -1 Then SiteID = Mid(strLine, 1, 15) to pull text out of the file on a by line basis & its suited my purposes well. However...
  6. Sanderval

    scanning text for specific values & inserting into arrays

    Thanks a great deal for the suggestions. I'll try & research & implement these ideas.
  7. Sanderval

    scanning text for specific values & inserting into arrays

    Hello, I'm far from being proficient in VB, but am trying to learn it for the sake of future productivity. In the meantime, I have a project that requires me to create an application that can: 1) Scan a text file for specific words 2) record other text based on the location of the previously...

Part and Inventory Search

Back
Top