Name: david dave davidson 2011-07-27 6:23
______________
Dim fileReader As String
fileReader=My.Computer.FileSystem.ReadAllText("help.txt")
tabRes(fileReader)
______________
How to read comma delimited files into a VB table?
I have this so far. I know it is fail, and hence why I came here. I can get it to work for txtboxes and msgboxes but not my table.
tabRes= my vb table btw
all help appreciated
Dim fileReader As String
fileReader=My.Computer.FileSystem.ReadAllText("help.txt")
tabRes(fileReader)
______________
How to read comma delimited files into a VB table?
I have this so far. I know it is fail, and hence why I came here. I can get it to work for txtboxes and msgboxes but not my table.
tabRes= my vb table btw
all help appreciated