supersonic Posted May 6, 2008 Posted May 6, 2008 hi of course it is possible but i can't solve it on my own: how to get chr by chr from a string?
monoceres Posted May 6, 2008 Posted May 6, 2008 (edited) hi of course it is possible but i can't solve it on my own: how to get chr by chr from a string?Dim $string="Hello!" $chars=StringSplit($string,"") For $i=1 To UBound($chars)-1 MsgBox(0,"Char "&$i,$chars[$i]) Next Edit: Beaten by Val Edited May 6, 2008 by monoceres Broken link? PM me and I'll send you the file!
supersonic Posted May 6, 2008 Author Posted May 6, 2008 *grmpf* i'm not a good performer today... i knew before this couldn't be very hard... thank you.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now