S
ssmith579
I'm trying to extract single digit number from a string.
t[1] = '06897'
I want to get the 7, 9,8 & 6 seperated out to use but can't find a way
to split out the single characters.
Thanks
t[1] = '06897'
I want to get the 7, 9,8 & 6 seperated out to use but can't find a way
to split out the single characters.
Thanks