D
Deleted member 103
Guest
Hi,
here's a mistake (of many) I do not understand.
Is triggered by this code, but why?
here's a mistake (of many) I do not understand.
Is triggered by this code, but why?
B4X:
Sub GpsTimer_Tick
Dim IntervalNext As Double
Dim time As Long
Dim DistanceTheoretically As Double
DateTime1 = DateTime.Now
time = DateTime1 - lngTimer
If Not(IsPaused(Main)) Then
CallSub2(Main, "ShowClocktime", DateTime.time(time))
End If
...