Question
commas in a list surrounded by quotes
I am trying to use listgetat but when it is passed a string that has commas in it... it screws up.
test = "this is my string,'this, is,another'";
testoutput = listgetat(test,2);
gives me 'this
Is there a way to get it to recognize the whole second string?
