Korazrath / Publications
Forum
ResetLastError() gives old error despite ResetLastError()
Hi there, at the end of my EA's OnTick() function I wrote a short line to get the latest error that occured: if ( GetLastError ()!= 0 ) { v_err = GetLastError (); Print (v_err); ResetLastError (); } Although I am resetting it, on