Modify

Opened 16 years ago

Closed 16 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 16 years ago by JdeB

  • Resolution set to rejected
  • Status changed from new to closed

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

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.