Question to those with MapPoint: Do either of the 2006 versions work for waypoints or centering? You should be able to swap
ns04mappoint.vbs 20060629 vs 2007 with the following exceptions:
- Add or remove the BestSNR parameter to the OnScanCompleteMappoint subroutine.
- Add or remove the Distance function.
Let me know what you find, and I'll try to dig further. Also, please enable track drawing (
WriteTrack) and crumb trails (
DropCrumbs), let me know if those work.
beakmyn: CentreVehicle is defined in ns04settings.vbs as:
Quote:
|
'0 = never, 1 = always, >1 = within square (half side), <0 = within circle (radius)
|
I find it a bit shocking that VB has looser syntax than VBscript. Skipping the endif! Or is that "end if" (as VBscript uses)?