maharg
Technical User
- Mar 21, 2002
- 184
Hi
I'm trying to split a string of variable length into its individual component characters and am stuck.
For example 1234de would be given as
1
2
3
4
d
e
Any guidance would be gratefully received!
Thanks!
I'm trying to split a string of variable length into its individual component characters and am stuck.
For example 1234de would be given as
1
2
3
4
d
e
Any guidance would be gratefully received!
Thanks!