Actions
Bug #962
openIf Errn$ is called, and errn is 0, it causes "Message not found undefined" to appear instead.
Start date:
12/03/2022
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example:
Print ERRN,ERR$
End
Result is:
0 Message not found undefined
The ERRN prints properly, but ERR$ returns a bogus message.
I think it would be appropriate to return an empty string when ERRN is 0.
Tested in newset version from git as of 11/27/2022 (macOS).
Updated by Francois Lionet almost 2 years ago
- Status changed from New to Resolved
Fixed! It now displays an empty string.
Actions