How to connect strings with autohotkey

Time: 2018-02-16Source: Huajun Software TutorialAuthor: Ai Xiaomo

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更多>>

Popular recommendations