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

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
safetycar
Posts: 435
Joined: 12 Aug 2017, 04:27

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

Post by safetycar » 13 Sep 2021, 02:25

[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)

Return to “Ask for Help (v2)”