rexrainbow
First thank you for this plug-in, I find it to be much more intuitive than C2 array function. I am however experiencing one bug that I cant seem to nail down its cause and am hoping you could point me in the right direction.
At start of layout I load a csv string
"NULL,NAME,RANK,TAC,SCI,ENG
1,Ted,Admiral,10,30,10
2,Sue,Captain,16,4,0
3,Bob,Ensign,0,6,0"
and I can call it just fine such as CSV.At("NAME", str(1)) and I am expecting it to return "Ted" but for some resin the col will always move one to the right so instead it will return "Admiral". What am I doing wrong?