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

370 B

int _LastError

The _LastError variable contains code of the last error, that occurred during the mql5-program run. Its value can be reset to zero by ResetLastError().

To obtain the code of the last error,  you may also use the GetLastError() function.