Accessing bytes within a word array


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,622


    Did you find this post helpful? Yes | No

    Default Re: Accessing bytes within a word array

    Hi Brian,
    Try:
    ot0.LowByte[0], ot0.LowByte[1] 'first WORD
    ot0.LowByte[2], ot0.LowByte[3] ' second WORD.

    See Melanies excellent post on the subject for further details.

    /Henrik.

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: Accessing bytes within a word array

    Ripper - it now compiles!!

    Thanks Henrik.

  3. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Accessing bytes within a word array

    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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