You can use Blue's plugin HERE.
Then you just use:
BUT, if you are creating a script, I you can easily do it right on the script when you grab the speed from RR:Code:"StrRepl;GPSSPD;mi/h;;MySpeed"
Code:$MySpeed = $RR.GetInfo("GPSSPD") $MySpeed = StringReplace($MySpeed , "mi/h", "") $MySpeed = StringReplace($MySpeed , "km/h", "") ' Or, If you are using VB then: MySpeed = Replace (MySpeed , "mi/h", "") MySpeed = Replace (MySpeed , "km/h", "")



LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks