Just need to clarify...


Results 1 to 15 of 15

Threaded View

  1. #1

    Default Just need to clarify...

    In the PBP manual under the REPEAT..UNTIL command it shows this example:
    i = 0
    REPEAT
    PORTB.0[i] = 0
    i = i + 1
    UNTIL i > 7

    I understand how it repeats until i is equal to 7 then moves on but what does the [i] in PORTB.0[i] do? That is the only example that I can find in the manual, other than where serial and the [] Versus is shown.

    Thanks
    Last edited by tazntex; - 29th March 2010 at 14:17.

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