Sub Process_Globals
Dim Timer1 as Timer
End Sub
Sub Activity_Create
Timer1.Initialize("Timer1", 1000) ' 1000 = 1 second
Timer1.Enabled = True
End Sub
Sub Timer1_Tick
'Handle tick events
End Sub
Sub Process_Globals
Dim Timer1 as Timer
End Sub
Sub Activity_Create
Timer1.Initialize("Timer1", 1000) ' 1000 = 1 second
Timer1.Enabled = True
End Sub
Sub Timer1_Tick
'Handle tick events
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.