If you are looking for software to use, go to Huajun Software Park! software release AI product list

How to connect strings with autohotkey

Author: Ai Xiaomo Date: 2018-02-16

AutoHotkey
AutoHotkey-2.0.10 official version

System assistance Storage size: 2.83 MB Time: 2022-10-21

Software introduction: AutoHotkey is a simple and powerful hotkey scripting language. Users can combine keyboard, mouse, and even game joystick movements and clicks...

Download now

Example 1:

esc::a = whatb = upc = %a% %b% ; Note the space here msgbox % creturn
 
360 screenshot 20180207150629217.jpg
 
Example 2: esc::a := "what"b := "up"c := a . A_Space . b ;A_Space is a space
msgbox % creturn
 
360 screenshot 20180207150639466.jpg
 
Tip: "=" is character assignment, ":=" is value assignment
 
360 screenshot 20180207150647113.jpg
 
 That's itautohotkeyConcatenating String Methods Tutorial, MoreautohotkeyPlease go to the software related tutorialsHuajun Software Park software tutorial area!

Related articles