Jump to content

Input, in InputBox use Send command


 Share

Recommended Posts

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

Link to comment
Share on other sites

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)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...