Read data from txt file into array
| Wed, 2008-05-07 11:31 | |
|
I am using TFileText to read data from txt(Unicode) file line by line and I need to save them into an array. Index, attribute1, attribute2 The real contexts are: -1 12 1 I need to save them in an arra, because I will receive some hex data for example: 0x31 I need to search the array to find the 1 that 0x31 represents. So the question is what type of array shall i use and what the type of the element of that array shall i declare. Anyone can help? |
|






Forum posts: 13
Well, stupid question. I can just use the descriptor that contains the data from the txt file.