symadis 0 Posted September 21, 2007 Hello, I'm new in autoit, and i'm trying to make a small script who takes data in a excel file and put these data into a $var . I have done this but know I just want to know if there is a way to put the $var data in capital letters? Thank you in advance Loris Share this post Link to post Share on other sites
Generator 0 Posted September 21, 2007 StringUpper($var) Share this post Link to post Share on other sites
symadis 0 Posted September 21, 2007 ! Thank you very much for this!!!! Share this post Link to post Share on other sites