Flash_renderer arrays

Reading a variable value out of an swf by the flash-renderer works fine for me. (Variable name at the “get which variable” -Input, “Return Value”-Output: correct value).
But what about arrays?
Array name at the “get which variable” -Input, “Return Value”-Output: Error.
How do i get this done?
Thx in advance!

Anybody?
Or has this already been an issue?
Or is this not achievable this way?

i am not familiar with flash, but probably you can get the whole array as one string (values separated by ,) into vvvv which you split to a valuespread then.