Wanzler Posted August 17, 2005 Posted August 17, 2005 Hi! I have a problem with my Script. I would like to have a Script, with which it is possible that it makes each letter of the word KSK in an array. How can that be done?
Lazycat Posted August 17, 2005 Posted August 17, 2005 RemarksIf you use a blank string "" for the delimiters, each character will be returned as an element.So you have:$a = StringSplit ("WORD", "") Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s])
LxP Posted August 17, 2005 Posted August 17, 2005 The StringSplit() function will do what you describe.
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