Trying to output +signs

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Johana
Posts: 189
Joined: 02 May 2017, 02:34

Trying to output +signs

01 Mar 2019, 13:37

Code: Select all

var := "hello++"
sleep, 200
sendinput % var
exitapp
Tried var := "hello{+}"

Didn't work.

The var is getting information from a gui
so
Gui, add:edit,, vBlabla

When I enter "hello+" the + sign is not there. Any advice?
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Trying to output +signs

01 Mar 2019, 14:22

Code: Select all

SendInput % "{Text}" var
Johana
Posts: 189
Joined: 02 May 2017, 02:34

Re: Trying to output +signs

01 Mar 2019, 16:04

swagfag wrote:
01 Mar 2019, 14:22

Code: Select all

SendInput % "{Text}" var
No change. Not displaying +sign
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Trying to output +signs

01 Mar 2019, 16:12

ahk older than [v1.1.27+]?
Johana
Posts: 189
Joined: 02 May 2017, 02:34

Re: Trying to output +signs

01 Mar 2019, 16:26

swagfag wrote:
01 Mar 2019, 16:12
ahk older than [v1.1.27+]?
Yeah! Updated and works, thanks!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 337 guests