-TS- 0 Posted December 31, 2003 (edited) my script exits in the middle of it, ?line 96-100? SplashTextOn("title", "entering account name" , 200 , 20 , 0 , 0 , 1 ) $X = 0 Send("{Tab}") Send( chr($1) );doesnt send this Send($accountname1) Send("{Tab}") SplashTextOn("title", "time to enter password" , 200 , 20 , 0 , 0 , 1 ) Send( chr($1) ); exites around here If $varnub = 2 then Send( chr($1) & "" & chr($2)) before you reply there is no error msg all vers are used correctly pretty sure all spelling is correct have latest verson of autoit tryed .81 upgraded to .83 still dont work NULL THIS forgot to ";" infront of a func command Edited December 31, 2003 by -TS- Share this post Link to post Share on other sites
w_sp8er 0 Posted January 1, 2004 (edited) what values do $1 or $2 have? Edited January 1, 2004 by w_sp8er Share this post Link to post Share on other sites
-TS- 0 Posted January 2, 2004 var $1 - $12 has a value of 33-126? somehting like that Share this post Link to post Share on other sites