Search found 2 matches

by nightguerreiro
06 Jan 2018, 17:26
Forum: Ask for Help (v1)
Topic: {help}insert 0001 to 9999 with a hotkey Topic is solved
Replies: 6
Views: 1001

Re: {help}insert 0001 to 9999 with a hotkey Topic is solved

F3:: IniRead, n, %A_ScriptDir%\number.ini, Section, counter, 0000 n++ m_new:=format("{1:04}",n) send %m_new% IniWrite,%m_new%, %A_ScriptDir%\number.ini, Section, counter return Worked like a charm, thanks you so much! i had some problems to select where the number could start in case i wanna go to ...
by nightguerreiro
06 Jan 2018, 11:15
Forum: Ask for Help (v1)
Topic: {help}insert 0001 to 9999 with a hotkey Topic is solved
Replies: 6
Views: 1001

{help}insert 0001 to 9999 with a hotkey Topic is solved

Hi there, never used AHK before,i've looked in the forum to see if i could find the solution for my problem but couldnt find it, so what im looking is: lets say my hotkey is F3 i need a script that every time a press F3 it types for me the number from 0001 to 9999 so lets say i press F3 it would typ...

Go to advanced search