myself 0 Posted October 12, 2007 do i really must use a variable ?$key = (StringSplit ( WinGetText ( "ProgramName"), "")) Send ($key[6])instead something like this? :Send ((StringSplit ( WinGetText ( "ProgramName"), ""))[6])to press "sixth char" key ?thanks a lot for any reply Share this post Link to post Share on other sites
Xenobiologist 47 Posted October 12, 2007 Hi, no StringMid(WinGetText(""), 6,1) So long, Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times Share this post Link to post Share on other sites
myself 0 Posted October 12, 2007 WOW and thanks for very quick and accurate answer ! Share this post Link to post Share on other sites