Search results for query: *

  1. C

    Read Write Text Files

    2 dimensional array ok, so I failed to realize that my file should actually be read into a 2-dimensional array. Question: I have to reformat the data in the file and write it out to another file. I then need to insert that data into a database table (not datatable). What is the best way to...
  2. C

    Read Write Text Files

    Hello, I am very new to VB.NET and am having some trouble putting some values from a file in an array and then writing out that info to a different file with some additional text. Here's my logic: Dim Filestream AS String Dim InputFile AS String Dim splitext(6) As String InputFile =...
Back
Top