Update 'D3K.ahk'
It was inputting the case ID, xID, and related data after it was cleared. Added a goto to fix that behaviour.
This commit is contained in:
parent
31751b4066
commit
0bb3681dc5
6
D3K.ahk
6
D3K.ahk
@ -166,6 +166,12 @@ GloVar:
|
|||||||
FileDelete, glovar.ahk ; THE CLEAN SLATE
|
FileDelete, glovar.ahk ; THE CLEAN SLATE
|
||||||
FileAppend, #SingleInstance force`n`n, glovar.ahk
|
FileAppend, #SingleInstance force`n`n, glovar.ahk
|
||||||
Sleep, 500
|
Sleep, 500
|
||||||
|
FileGetTime, gvMod, %glovarini% ; Make sure that this script knows what the ini was changed to so it doesn't constantly run through the above code
|
||||||
|
If FileExist("glovar.ahk")
|
||||||
|
{
|
||||||
|
Run glovar.ahk
|
||||||
|
}
|
||||||
|
Goto, GloVar
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user