Thread: string ?
View Single Post
  #1 (permalink)  
Old 03-01-2010, 07:29 PM
derez's Avatar
derez derez is offline
Basic4ppc Expert
 
Join Date: May 2007
Posts: 916
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Default string ?

I got an error on this and I don't inderstand it:

Code:
direction = (tc /DtoR + 540)Mod(360)
all variables here are defined as numbers, DToR = cPI/180,
tc = ACos((Sin(s_lat)-Sin(f_lat)*Cos(d))/(Sin(d)*Cos(f_lat)))


Edit: - found it, direction was already declared as global, but still, the message text is not directing to the problem.
Attached Images
File Type: jpg gpsd.jpg (25.3 KB, 12 views)
__________________
David Erez
Ramat Hasharon, Israel

Last edited by derez : 03-02-2010 at 04:47 AM.
Reply With Quote