Delay a part of program [message #82092] |
Tue, 22 April 2003 06:44 |
Viviana
Messages: 5 Registered: February 2003
|
Junior Member |
|
|
i want to make a delay in my program for some milliseconds
ex.
LOOP
insert into....;
:text_item:='hello';
-->>> WAIT FOR 100 MILLISECONDS
continue the program
END LOOP;
i try to use timer but it isn't the right way,because, when the timer is expired while the system is compiling a loop, the trigger WHEN-TIMER-EXPIRED doesn't fire. How can i do?!! please help me,it's vey important!
|
|
|
|