heryisme Posted January 17, 2008 Posted January 17, 2008 Send("{CTRLDOWN}") Send("{C}") Send("{CTRLUP}") Sleep(50) $1=InputBox("On Hand", "Avaliabel On Hand") Send("{CTRLDOWN}") Send("{V}") Send("{CTRLUP}") ;I want to save a Value from variable $1 in script, so I can use it later ;Returns the string that was entered ;Thanks for the Answer
heryisme Posted January 17, 2008 Author Posted January 17, 2008 Please Help me, I Want to know the Solution, I Have report this as A bug, But He said this is not a bug(no ticket is #44) So ,plese help me, Thanks
SteveO Posted January 17, 2008 Posted January 17, 2008 Send("{CTRLDOWN}") Send("{C}") Send("{CTRLUP}") Sleep(50) $1=InputBox("On Hand", "Avaliabel On Hand") Send("{CTRLDOWN}") Send("{V}") Send("{CTRLUP}") ;I want to save a Value from variable $1 in script, so I can use it later ;Returns the string that was entered ;Thanks for the Answer Use GUICtrlRead to read the Input Box. $1 = GUICtrlRead($Input1)
heryisme Posted January 17, 2008 Author Posted January 17, 2008 Use GUICtrlRead to read the Input Box. $1 = GUICtrlRead($Input1) Thankyou for your Answer, But, what I mean It's Simple, I just copying a number from another program, and I wanna insert that number into 'inputbox' automatically, fyi,this number used to moving on Thank for the Answer
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