Hi
how to slove system lag questtion !? My system will lag "interval ms" when i run this code !
how to slove system lag questtion !? My system will lag "interval ms" when i run this code !
B4X:
public Sub test(interval As Int)
Dim now As Long=DateTime.Now
Do While True
If (DateTime.Now-now)>interval Then
Exit
End If
Loop
End Sub