how can I test a bit in a arrow


Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Mar 2011
    Posts
    13

    Question how can I test a bit in a arrow

    hello,

    I would test a bit in a buffer of arrow
    I have a buffer of 8 bytes

    for exemple:
    buffer var byte[8]

    buffer[0] = %11110000
    buffer[1] = %10011010
    ...

    if buffer[1].2 == 1 then ... 'test bit 2 of buffer[1]

    (the value is just an exemple)
    but "buffer[1].2" don't work and return an error
    ERROR Line 93: This style array syntax not supported, (test.pbp)
    how can I test a bit in a arrow?
    Last edited by kik1kou; - 12th March 2011 at 10:33.

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