PDA

View Full Version : compile error - bad BANK statement



longpole001
- 7th December 2012, 07:46
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



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

Darrel Taylor
- 7th December 2012, 15:14
All identifiers must start with a letter.
It cannot start with a number.

longpole001
- 8th December 2012, 05:51
just a life rule i guess