Sunblood Posted July 15, 2004 Posted July 15, 2004 Okay. I have a string. keepers["STRINGONE",STRINGTWO] = true; //STRINGTHREE I want to get certain values out of that string, more specifically STRINGONE-THREE I can't figure out how to do it though
Nutster Posted July 15, 2004 Posted July 15, 2004 Could you give more details? What sort of input are you given and output wanting? Take a look at the help file for StringInStr and the other String functions. Maybe they will help. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
Sunblood Posted July 15, 2004 Author Posted July 15, 2004 Hah, nevermind. I figured it out by using StringSplit and StringReplace. Thanks for caring anyway
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