hi...
I have different Output from my Database...
Sample:
12,23,,33,,,,1
14,,,3,18,,,
....
I Save the result as Array... and write the Array in a tableview...
When i use the regex.split,
the last fields are cut (18,,, ) and the Array is to small...
how i can fix it ?
I think i must write my own Split Routine
I have different Output from my Database...
Sample:
12,23,,33,,,,1
14,,,3,18,,,
....
I Save the result as Array... and write the Array in a tableview...
When i use the regex.split,
the last fields are cut (18,,, ) and the Array is to small...
how i can fix it ?
I think i must write my own Split Routine