Hello paul,
I have noticed something wrong in Firefly (long ago), i have found a workaround,
but i thought that since Firefly 3 is getting closer to completion, i should
highlight this so this error doesnt appear in Firefly 3.
When i make a syntax error, sometimes firefly points me to the wrong
code line. Let me explain; suppose i have this line of code (syntax correct):
MaxItems = (UBOUND(Arr()) - LBOUND(Arr()))
Then i have more code after that line of code... and after some
more lines of code, i have this line of code (with a wrong syntax):
MaxItems = (UBOUND(Arr()) - LBOUND(Arr())
Firefly complains correctly that there is a syntax error (the missing ")" in
the second code line). However, Firefly points me to the first line,
whose syntax is correct.
:)