Reply To: Timer in pal7

#189999
UDG Clan
Member

Just want to make sure where do i put this

Sub Delay(ByVal nSeconds As Single)
Dim nStart As Single

nStart = Timer

Do
DoEvents
Loop Until Timer – nStart >= nSeconds
End Sub

cuse i tryed it every where but it dont work