ERROR line 90: Sintax error----> [TabIndex]


Closed Thread
Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Aug 2012
    Location
    Comodoro Rivadavia - Patagonia Argentina
    Posts
    51


    Did you find this post helpful? Yes | No

    Default Re: ERROR line 90: Sintax error----> [TabIndex]

    sorry
    I did not think there was a need to comment on the above lines 89, as from what I understand, the use of [TabIndex], is to control a particular set of values ​​... in this case, bits of PORTD ...
    Here is part of code syntax error affected the ...

    ....
    PORTD.0 = D0
    PORTD.1 = D1
    PORTD.2 = D2
    PORTD.3 = D3
    PORTD.4 = D4
    PORTD.5 = D5
    PORTD.6 = D6
    PORTD.7 = D7
    PORTB.0 = D8
    PORTB.1 = D9

    GoTo Inicio

    [TabIndex]
    Value=0

  2. #2
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Default Re: ERROR line 90: Sintax error----> [TabIndex]

    Is this taken from another language? Or a new feature in PBP 3.0?

    If Tabindex is a subroutine (used GOSUB to get to it), then it should be..

    TabIndex:
    Value=0

    I don't have any other suggestions, sorry.

    Robert


    EDIT: I get a syntax error if I use your way in PBP v2.6 (I don't have v3.0 yet).
    Last edited by Demon; - 7th September 2012 at 22:01. Reason: test results

  3. #3
    Join Date
    Aug 2012
    Location
    Comodoro Rivadavia - Patagonia Argentina
    Posts
    51


    Did you find this post helpful? Yes | No

    Default Re: ERROR line 90: Sintax error----> [TabIndex]

    Hello friend ... look, the original program was:
    ; PICBASIC PRO (TM) Compiler 2.47, (c) 1998, 2006 microEngineering Labs, Inc.
    and I have:
    ; PICBASIC PRO (TM) Compiler 2.50a, (c) 1998, 2007 microEngineering
    You think the problem is there?

  4. #4
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: ERROR line 90: Sintax error----> [TabIndex]

    TabIndex is NOT a PBP command.
    It is used in HTML web pages, or CSS.

    If you copied the code from a website, it may be leftover HTML tags.

    You can safely remove that line.
    DT

  5. #5
    Join Date
    Aug 2012
    Location
    Comodoro Rivadavia - Patagonia Argentina
    Posts
    51


    Did you find this post helpful? Yes | No

    Default Re: ERROR line 90: Sintax error----> [TabIndex]

    jajaja, that's weird, because the author of the file, pass me by e-mail in an archive which included ". pbp" +. "ASM" + "HEX" ... Maybe you're right ... compiled without that instruction and I mention it works the project I have in mind
    Friend, do not get the idea how I broke my head to understand that TABINDEX lol

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