Something like this?
Code:'Get current position Dim dis As DESTDLLLib.DestPoint Set dis = New DESTDLLLib.DestPoint Set dis = d.GetCurrentCarPosition dis.Description = "whatever" 'Then to add the position as a favourite Dim fName As String fName = "Auto Alert 1" If Not dis.Description = "" Then d.AddPointToFavoritFolder fName, dis



LinkBack URL
About LinkBacks

Reply With Quote

Bookmarks