Would any one help me to solve the problem???
for example: 12345/abc123
I want to divide the above string into two value,
- 12345
- abc123
I want to know how can the program recognize the value in each digit???
And how can the program recognize the "/" to divide into two string???
Thank you very much~~