Files
mql5-skills/skills/mql5/references/docs/03-predefined/0210-predefined-lasterror.md
T
2026-06-23 21:47:51 +08:00

6 lines
370 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# int _LastError
The _LastError variable contains code of the last [error](/en/docs/constants/errorswarnings/errorcodes), that occurred during the mql5-program run. Its value can be reset to zero by [ResetLastError()](/en/docs/common/resetlasterror).
To obtain the code of the last error,  you may also use the [GetLastError()](/en/docs/check/getlasterror) function.