Answer the question
In order to leave comments, you need to log in
How do I insert something else between each line in the ahk file?
I have a file with 10k lines. It is difficult to explain, it should look like this (code on AutoHotkey):
NumPad1::
SendMessage, 0x50,, 0x4190419,, A
SendInput, 123 {Enter}
Sleep 1100
SendInput, 1234{Enter}
Sleep 1100
SendInput, 12345{Enter}
Sleep 1100
SendInput, 123456 {Enter}
Sleep 1100
SendInput, 1234567 {Enter}
Sleep 1100
SendInput, 12345678{Enter}
Return
123
1234
12345
123456
1234567
12345678
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question