Thanks for the reply. I have set the variable as a word. But also tried creating new array elements
WPT_array[47]=Dec_off Dig 0+"0"
WPT_array[48]=","
WPT_array[49]= course1 +"0"
WPT_array[50]= course2 +"0"
WPT_array[51]= course3 +"0"
WPT_array[52]="."
and then did this
C1temp = heading dig 0
C2Temp = heading dig 1
C3Temp = heading dig 2
course1 = C1Temp+48
course2 = C2Temp+48
course3 = C3Temp+48
But nothing seems to work...




Bookmarks