Modify ↓
Opened 18 years ago
Closed 18 years ago
#44 closed Bug (Rejected)
Input, in InputBox use Send command
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | Cc: |
Description
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
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Looks like a support request to me which NEEDS to be posted in the forum.