Sunblood 0 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 Share this post Link to post Share on other sites
Nutster 3 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 ConsultingAn Aquarius born during the Age of AquariusAutoIt allows me to re-invent the wheel so much faster.I'm off to write a wizard, a wonderful wizard of odd... Share this post Link to post Share on other sites
Sunblood 0 Posted July 15, 2004 Hah, nevermind. I figured it out by using StringSplit and StringReplace. Thanks for caring anyway Share this post Link to post Share on other sites