For Example,
it the entered string is: 0324152397
I want it to get stored in an array like-[0] [3] ...[7].
Secondly the string entered may be of any length that is defined only at run time.
So, I also need to calculate string length.
How could I do that.