DuckfaceNinja
Good idea!
I had added another action which could put the csv into the specific z index. See the latest sample capx in document.
The older action had been deprecated.
You still need to have a loop to load csv tables into each z index, since one csv table is only a 2d table.
Wow thanks rexrainbow !! The implementation surely will help me putting together my data. Efficient "array"ing coming my way
Just FYI, It seems that I'm no longer have to use the "turn page" in csv plugin, this seems to be doing the same thing much more efficiently (lesser number of event to maintain ).
Another thing that I notice is the csv plugin cant be called through indexing (integer) and only possible if I convert it to string.. [example: str(1)] Is it supposed to be like that or is it a bug? I noticed this when all goes haywire when I implemented the loop not knowing I have to use string for index..