PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Elias Montoya on May 20, 2007, 05:42:44 PM

Title: Something that would be nice to be fixed in Firefly 3.
Post by: Elias Montoya on May 20, 2007, 05:42:44 PM
 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.

:)