E
Elhanan
hi all..
i have the following string:
200850625~01~464~^^200850625~01~464~^^200850625~01~908~^^
which i will need to turn to a mutli-dimentional string array
i used result.Split(new char[]{'^','^'}) for the rows
but for some reason i get an empty cell between each result, this is
also in the documentation, i just don't know why?
i have the following string:
200850625~01~464~^^200850625~01~464~^^200850625~01~908~^^
which i will need to turn to a mutli-dimentional string array
i used result.Split(new char[]{'^','^'}) for the rows
but for some reason i get an empty cell between each result, this is
also in the documentation, i just don't know why?