Ace Master
Centurion
- Joined
- Aug 28, 2003
- Messages
- 140
I know how to read a text file and put elements to one string.
But I want to put the text file into a bidimentional array like this:
array(10,3)
where 10 is the line numbers from the text file, and 3 are the columns. Each element is separated by "tab"
I can't find anywhere any method for doing this.
any ideeas ?
thanks
But I want to put the text file into a bidimentional array like this:
array(10,3)
where 10 is the line numbers from the text file, and 3 are the columns. Each element is separated by "tab"
I can't find anywhere any method for doing this.
any ideeas ?
thanks