Thanks for the reply, does dataParse has a problem with ",,,," if there are no values sometimes?

What format string will i need for the example?

"+%Y/%m/%d,%H:%M,s,%c, ??? ,%i "

is it %s or s for the 3 character string (currency, aka market)?

iam unsure about the strings with different lenght and also containing characters like "[" or "/" or "%", only thing for sure is that ',' is the delimiter. so maybe %[^,] ? What about the lenght?

for the values after the name could i use f? would this automatic skip any characters like %,B,K (non numeric, no '.') like it behaves with i??



And after parsing...it stores the data somewhere, but how to access this data, e.g. if i want to find values from a certain day, oder by name, or by id (last value). No idea yet