Thanks for your replay. The problem i am facing is that when i use container its storing 0000 as 0 but I want to show 0000.
how to solve it.
the code is
Job12()
{
container c;
;
s= “552100-1100-12-000000-110-006”;
c = str2con(s,"-");
conview(c);
}
but the 4th 000000 but its showing as 0. I want it as 000000 as it is.
can any one help please. I think it can be done by only arrays of type string as string store it as ‘000000’ but if i take integer array it will store 000000 as single zero only ie 0.