I have a string pot example cad="aaa;bbb;ccc;ddd;eee"
1st. i need separates in elements cad[0]=aaa, cad[1]=bbb, cad[2]=ccc, ....
2nd. i need show this element in my report into grid.
element 1: aaa
element 2: bbb
element 3: ccc
....
Note. the cad can it n element separates to ";" , so the array can be of the n element
please help me
Thank