Array and ASCII


Closed Thread
Results 1 to 19 of 19

Thread: Array and ASCII

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    20


    Did you find this post helpful? Yes | No

    Default Re: Array and ASCII

    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...

  2. #2
    Join Date
    May 2006
    Location
    Del Rio, TX, USA
    Posts
    343


    Did you find this post helpful? Yes | No

    Default Re: Array and ASCII

    Just a shot in the dark, but have you tried to send the data the exact same way you send the course information?

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts