oh sorry.. I wrote that completly from heart... forgot one small detail... you can't explicit set bounds if you do like that, you have to make it "un-dimmed":

dim result() as string = test.split(cchar("\"))

that should work.

yours Henrik