T
Torben
Guest
Even more funny, if real error inside repeat, it seems to have removed the num-messages after the END!
So seems someone is tampering with error status in the 'END.' of repeat loop! DEFINE VARIABLE i AS INT64 NO-UNDO. define variable LocRetText as character no-undo. input from value("C:\windows\system.ini"). repeat: import unformatted LocRetText no-error. i = INT("a") NO-ERROR. end. input close. message "done" ERROR-STATUS:ERROR ERROR-STATUS:NUM-MESSAGES view-as alert-box.
Continue reading...
Continue reading...