How to Send contents of the string variable? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
my-lord
Posts: 45
Joined: 01 Apr 2018, 15:12

How to Send contents of the string variable?

23 Apr 2018, 13:58

Hello guys ı want to send my string variable but I don't know how can I do?

Code: Select all

fullurl := ...
Send,fullurl ;this code doesn't send contents of fullurl variable ,send "fullurl"
gregster
Posts: 9002
Joined: 30 Sep 2013, 06:48

Re: How to Send string variable?  Topic is solved

23 Apr 2018, 13:59

Code: Select all

Send, % fullurl     ; or
Send, %fullurl%

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, coder96, CrowexBR, mikeyww and 321 guests