Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Application.ExecuteCommand("gpstracklog")
  2.  
  3. Application.GPS.Open()
  4. Application.GPS.Close()
  5.  
  6. If Application.GPS.IsOpen = True Then
  7. bGPSOn = True
  8. Application.GPS.Close()
  9. End If
Add Comment
Please, Sign In to add comment