rexrainbow
I wanted to say thank you so much for all your awesome plugins and behaviors you created for CS2! They have saved my life.
In terms of the CSV for arrays plugin you created, i believe to have discovered a bug in which certain elements are not getting read into the CS2 array properly.
I found, that if you have multiple .csv files that are being phased into a CS2 array into different z locations using your plugin, some data is shaved off based on the smallest excel doc (not all my excel .csv docs contain the same number of x values)
What would you suggest i do to insure all the data is correcting inputted into the array from the various excel docs.
Example of my problem:
doc1.csv (10 x elements)
doc2.csv (4 x elements)
doc3.csv (20 x elements)
When phased into the array, only 4 elements of doc1.csv are retained. The full amount (20) elements are in fact retained from the last document.