Jump to content

Recommended Posts

Posted (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 by monoceres

Broken link? PM me and I'll send you the file!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...