|
Re: const array - 'auto' compile error ?
I think the error message means that I can't declare a const there because only automatic local variables are allowed. If only I could add a User Code block between Globals and Begin in Main! Guess it's time to read the manual.
|