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:
6
D3K.ahk
6
D3K.ahk
@@ -166,6 +166,12 @@ GloVar:
|
||||
FileDelete, glovar.ahk ; THE CLEAN SLATE
|
||||
FileAppend, #SingleInstance force`n`n, glovar.ahk
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user