hii...
I have a file containg 3 columns 100 rows of double values seperated by tabs. I am trying to read these values using the stream reader and method readline().i thought of reading each values after splitting the string using tab as the delimiter But this is returning me a string after removing the tabs. hence couldnt seperate those values.
can someone help me out with this. i am doing it in asp.net using vb. my ultimate aim is to read values from the file and store them in an array.
thanx
I have a file containg 3 columns 100 rows of double values seperated by tabs. I am trying to read these values using the stream reader and method readline().i thought of reading each values after splitting the string using tab as the delimiter But this is returning me a string after removing the tabs. hence couldnt seperate those values.
can someone help me out with this. i am doing it in asp.net using vb. my ultimate aim is to read values from the file and store them in an array.
thanx