plaese help explain such statement ABYTE.0[Index]=0, what is that mean


Results 1 to 9 of 9

Threaded View

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


    Did you find this post helpful? Yes | No

    Default

    I have an ol' version of the manual.. for compiler version 2.47 (date 9/05). REPEAT is located in section 5.66

    But yeah... it show they use it... but they don't explain anything

    Online version show date 3/04, Repeat is still at 5.66, same... everything.

    I didn't check the whole manual.. but here's my understand.. i'll do it once

    It's nothing more than another kind of fussy writing thing. Which perform some kind of text substitution thingy.

    YourVar=4
    Something.0[YourVar]=1

    becomes Something.04=1

    That's the easiest way i see to explain it... but yeah.... why it's like that? ... because
    Last edited by mister_e; - 11th April 2008 at 10:04.
    Steve

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

Similar Threads

  1. 16F883 and Problems with HIGH statement
    By aaanekre in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 29th October 2009, 01:09
  2. END Statement
    By jderson in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 9th November 2008, 14:48
  3. using AND as an IF statement
    By dw_pic in forum mel PIC BASIC
    Replies: 27
    Last Post: - 8th June 2006, 18:05
  4. getting around the basic IF - THEN statement
    By dw_pic in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 7th February 2006, 14:10

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