Hi,
I have string like below and i wanna count nos in that string
1st string ;0;80;0;0;39;0; 0;0;81;42;5;100 ;0;0 in this string there are 6 Nos.
2nd string ;11;0;5;2;0;0;0 ;0;89;65;0;26;0 ;2;5 in this line there are 8 Nos.
3rd string ;0;0;0;0;50;41; 20;30;0;50;0 in this line there are 5 Nos.
I can count total nos in string
1st string -14 Nos.
2nd string -15 Nos.
3rd String - 11 Nos.
can anyone help please?
Thank You.
I have string like below and i wanna count nos in that string
1st string ;0;80;0;0;39;0; 0;0;81;42;5;100 ;0;0 in this string there are 6 Nos.
2nd string ;11;0;5;2;0;0;0 ;0;89;65;0;26;0 ;2;5 in this line there are 8 Nos.
3rd string ;0;0;0;0;50;41; 20;30;0;50;0 in this line there are 5 Nos.
I can count total nos in string
1st string -14 Nos.
2nd string -15 Nos.
3rd String - 11 Nos.
can anyone help please?
Thank You.
Comment