inputbox where is the capture string from user?

Advanced Macro Recorder/Editor.

Moderator: Pulover

chubbychub
Posts: 43
Joined: 23 Feb 2017, 00:45

inputbox where is the capture string from user?

04 Feb 2019, 22:01

i am trying to use the 'inputbox' i have creeated the inputbox, but where is the capture string from the user? or where is the capture data? or how to capture the data entered by a user? where is a tutorial for this command? thanks in advance
gregster
Posts: 9014
Joined: 30 Sep 2013, 06:48

Re: inputbox where is the capture string from user?

05 Feb 2019, 07:51

I guess you haven't tried the official documentation for Inputbox which contains an example: https://autohotkey.com/docs/commands/InputBox.htm#Example
The first parameter of this command (called Outputvar in the docs) is the "name of the variable in which to store the text entered by the user." After the input, you can handle this variable like any variable.
Most basic example:

Code: Select all

InputBox, variable, Phone Number, Please enter a phone number.
MsgBox, You entered: %variable%
Edit: Oh, I see, you posted in the Pulover's subforum. Well, I have never used it, so I can only help you with Autohotkey. Sorry.

Return to “Pulovers Macro Creator”

Who is online

Users browsing this forum: No registered users and 49 guests