- Joined
- Jul 10, 2009
- Messages
- 534
Hi folks,
I'm confused that the following code does print the same number twice on screen:
Shouldn't the second print show 0 or nothing, because the timer doesn't exist anymore?
Best regards,
Eikonium
I'm confused that the following code does print the same number twice on screen:
local timer testTimer = CreateTimer()
call BJDebugMsg(I2S(GetHandleId(testTimer)))
call DestroyTimer(testTimer)
call BJDebugMsg(I2S(GetHandleId(testTimer)))
Shouldn't the second print show 0 or nothing, because the timer doesn't exist anymore?
Best regards,
Eikonium