Abdul Hayee
Member
- Joined
- Mar 31, 2020
- Messages
- 24
- Programming Experience
- Beginner
Hi guys
I have a simple question. In the following picture there is one Text box which contains numbers as well as alphabets.
I want to break this string and store each letter or number in array. How to do that?
e.g string in text box is 23A45E890, i want it like that array[0] = 2, array[1] = 3, array[2] = A .... so on
Thanks and best regards
I have a simple question. In the following picture there is one Text box which contains numbers as well as alphabets.
I want to break this string and store each letter or number in array. How to do that?
e.g string in text box is 23A45E890, i want it like that array[0] = 2, array[1] = 3, array[2] = A .... so on
Thanks and best regards