myStr = "111222121112221111222"
dim strArr()
redim strArr(0)
for x = 1 to length(myStr)
redim preserve strArr(x)
strArr(x) = mid(myStr,x,1)
next -----------------------------------------------------------------
"The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'."
- unknown
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.