Announcement

Collapse
No announcement yet.

Get HS3 Latitude and Longitude in VB script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Get HS3 Latitude and Longitude in VB script

    Sorry if this is obvious or has been answered.

    Is there a way to get the Latitude and Longitude from HS3 into a variable? I'm running a VB.NET script and haven't been able to figure out how to do this.

    Thanks,
    --Doug

    #2
    After thinking about this for a day, I figure it out 10 minutes after posting for help.

    Latitude and Longitude are in the settings.ini file, settings section. Good 'ol hs.GetINISetting should do it...

    [Settings]
    gLongitude=88.4471
    gLatitude=43.773

    Comment

    Working...
    X