Paris/IronAHK

ErrorLevel does not work with InputBox

Closed this issue · 2 comments

When we use inputBox, we must have ErrorLevel variable which take a value according if OK or Cancel button has been clicked.

However : ErrorLevel is empty

Partially fixed in 1b6fa8b but another bug uncovered: ErrorLevel is not recognised as an internal variable (like A_ variables).

Second part fixed in 2b8e8f9.