Page 1 of 1

[v2-beta-1] Error message pointing to a different line

Posted: 13 Sep 2021, 02:25
by safetycar
[Moderator's note: Topic moved from Bug Reports.]

I accidentally found that some errors don't point where the error is (I guess it has to do with being more than one).
The "try" error points to the line of "MsgBox".

Code: Select all

asdf:="", Try asdf:="123"
(Try(asdf := "123"))
(MsgBox asdf := "123")
(The talk began at viewtopic.php?f=82&t=94660&p=420247#p420247)