--- In [EMAIL PROTECTED], "suchat_cs2007" <[EMAIL PROTECTED]> wrote:
>
> help me please, i have to cut string. 
> Ex1: 1,000413,185019 ->
> x[0]=1
> x[1]=000413
> x[2]=185019
> 
> Ex2. 1,00004123,4123421,73948473,3243847 ->
> x[0]=1
> x[1]=00004123
> x[2]=4123421
> x[3]=73948473
> x[4]=3243847
<snip>

Show us your code or at least the design you've done, please.

Regards,
Nico

Reply via email to