programmingstudent
Member
- Joined
- Oct 28, 2006
- Messages
- 19
- Programming Experience
- Beginner
Hi, I'm doing an assignment as some of you would have read in my previous post. I now have my data writing to my file fine and reading from it into a text box (used only to confirm its being read). All the data is saved using comma delimited format so i attempted to turn the read data into a one dimensional array by using
test = strA.Split(","c)
Where strA is the data being brought in. It doesnt seem to work because when i attempt to call the values from test it says theres nothing there. Can anyone help me work this out and also is there a way to display a two dimensional array in a form or if not how should i display a large slab of information which is stored in a two dimensional array
test = strA.Split(","c)
Where strA is the data being brought in. It doesnt seem to work because when i attempt to call the values from test it says theres nothing there. Can anyone help me work this out and also is there a way to display a two dimensional array in a form or if not how should i display a large slab of information which is stored in a two dimensional array