Oalkien 0 Posted November 12, 2006 My boss threw me a little piece of work and I figured I might as well try to take it as an opportunity to try out AutoIt a bit. Basically he needs 3 check boxes checked / un-checked and some text changed, and getting this text bit worked out is racking my brain. I have a take an adress from a text-box and capitilize all of it, check for abbreviations like Rd, RD. , St. , ST, and expand them. I've tried using ControlGetText, but I have no idea if it's reading the text correctly or if this can work. Thanks. Share this post Link to post Share on other sites
Uten 9 Posted November 12, 2006 (edited) Yes you can compare text. $s1==$s2 or StringInStr(...) are two ways. The explanation of what you want did not make much sense to me. You would probably get better answers if you provide some code. Edited November 12, 2006 by Uten Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Share this post Link to post Share on other sites