I'm getting another error message that I don't understand from the same code I just sent you. It's a compile error, which says "The given key was not present in the dictionary." The line number indicates the error is in this line of code (highlighted by *****)...
words() = StrSplit(Gps.GPGGA,",")
***** lstData.Add("0 - GPGGA = " & words(0)) *****
This is a new error, presumably because I haven't closed something when I last compiled? Does B4P have automatic garbage collection?
|