compile error - bad BANK statement


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838

    Default compile error - bad BANK statement

    Hi guys , get an compile error using 3.06.1 " bad Bank statement " when defining a constant where a number is used as the first part of the name , is this a bug or am i missing something with naming of a constant

    cheers


    sheldon

    Code:
    9Sec_timer con  360        '  25ms(timer0) x 360 = aprox 9sec

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


    Did you find this post helpful? Yes | No

    Default Re: compile error - bad BANK statement

    All identifiers must start with a letter.
    It cannot start with a number.
    DT

  3. #3
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838


    Did you find this post helpful? Yes | No

    Default Re: compile error - bad BANK statement

    just a life rule i guess

Similar Threads

  1. Compile Error
    By longdw in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 22nd March 2010, 16:04
  2. Compile error & syntax error on the word "loop:" as a label?
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 7th March 2010, 04:14
  3. Error When Compile
    By santamaria in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 24th January 2008, 10:11
  4. Compile Error 108
    By bbubel in forum General
    Replies: 1
    Last Post: - 24th May 2005, 16:02
  5. Compile Error
    By Beavis in forum General
    Replies: 2
    Last Post: - 24th May 2005, 06:14

Members who have read this thread : 1

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