ByRef variables
Opened this issue · 1 comments
Deleted user commented
The following code throws a very odd exception:
Run, notepad, , , pid ; replace with /usr/bin/monodevelop on Unix
MsgBox, %pid%
Reflector shows valid IL code, I cannot understand why this happens.
Omitting all but the first parameter (i.e. compiler generated temporary variable) works.
Deleted user commented
Fixed by Tobias in 3964c03.