|   |  |  | unknown error Kah Mun 
 |   |  |  | i've IC version 2.82. whenever i load the program below, it keeps giving me an error on the line which 'INT SPEED_TABLE[]' is declared. what's wrong?? void main() { int i; start_press(); int speed_table[]= {0b00000000, (...)   (26 years ago, 21-Dec-99, to lugnet.robotics.handyboard) 
 |  |  |  |  |  |  |  |  |  | Re: unknown error Gary Livick 
 |  |  |  |  |  | One obvious thing is that you must declare your local variables at the start of the function before any statements. Gary Livick (...)    (26 years ago, 21-Dec-99, to lugnet.robotics.handyboard) 
 |  |  |  |  |  |  |  |