I have lines in an ASCII text file that I need to parse. The columns are separated by a variable number of spaces, for instance:
column1 column2 column3
How would i split this line to return an array of only the values?
thanks
|
I have lines in an ASCII text file that I need to parse. The columns are separated by a variable number of spaces, for instance:
How would i split this line to return an array of only the values? thanks |
||||
|
|
||||