How do I break the cycle by pressing Cancel?
Posted: Mon Mar 21, 2022 10:23 pm
How do I break the cycle by pressing Cancel?
It doesn't work for me.
I tried a few more different options, for example with lStatus, but nothing worked
Code: Select all
DO WHILE .NOT. EOF()
lStatus=DC_CompleteEvents();IF lCancelled;EXIT;ENDIF // Выход из цикла загрузки по нажатию клавиши Cancel
I tried a few more different options, for example with lStatus, but nothing worked