This has to be one of the most helpful communities and support forums.
But I have another problem!?
I am trying to split the returned value of the NMEA GPS.
For example Location1.ConvertToMinutes(Location1.Latitude) would return somthing like
53:42.51202
I would like to split this into
Deg = 53
Min = 42
Sec = 51202
I have converted it to a string looking to use a VB split function but cant find anything similar here.
Thanks for the help
P Cowling
But I have another problem!?
I am trying to split the returned value of the NMEA GPS.
For example Location1.ConvertToMinutes(Location1.Latitude) would return somthing like
53:42.51202
I would like to split this into
Deg = 53
Min = 42
Sec = 51202
I have converted it to a string looking to use a VB split function but cant find anything similar here.
Thanks for the help
P Cowling