From an external source I\'m getting strings like
array(1,2,3)
but also a larger arrays like
array(\"a\", \"b\", \"c\", ar
I think you should use the Tokenizer for this. Maybe I will write a script lateron, that actually does it.