-TS- Posted December 31, 2003 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-
w_sp8er Posted January 1, 2004 Posted January 1, 2004 (edited) what values do $1 or $2 have? Edited January 1, 2004 by w_sp8er
-TS- Posted January 2, 2004 Author Posted January 2, 2004 var $1 - $12 has a value of 33-126? somehting like that
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now