Modify ↓
Opened 17 years ago
Closed 17 years ago
#44 closed Bug (Rejected)
Input, in InputBox use Send command
Reported by: | heryisme@… | 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)
Change History (1)
comment:1 Changed 17 years ago by JdeB
- Resolution set to rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Looks like a support request to me which NEEDS to be posted in the forum.