Quote:
|
Originally Posted by eureka
Microsoft VBScript runtime error.
Wrong number of arguments or invalid property assignment: "DegDirection"
Line:1 Char:1
SCode 800A01C2
|
Thanks for the bug report. My bad -- insufficient (zero?) testing.
In ns04speech.vbs, change line 413 (or so) from:
& strDirection(DegreesToCompass(DegDirection(OldLat, NowLat, OldLon, NowLon),TellDirection))
to:
& strDirection(DegreesToCompass(DegDirection(), TellDirection))
and that will take care of the DegDirection error. The function DegDirection is defined in ns04master.vbs without any parameters.