Do I have to use file_str_read first to read the whole line and then something like a combi of str_stri,str_len and str_trunc for tokenizing the line ??? I think there must be a better way ?!?
If I'd use file_str_readto with delimiter ";" how would I know when the next line starts?
Hmmm ... with file_find I could maybe get rid of reading the content into an array, because I could directly access the needed data and save it into my struct, but I still need to read the rest of the line and tokenize it.
then use file_str_read(). it will read off "row1" the first time, "sometext" on the next read, etc. Then you just watch for "*" to know that your at the end of a line.
Re: Problem: Read line from file and tokenize content
[Re: Caermundh]
#217090 07/21/0810:0507/21/0810:05