Get your own customer support community
 

How to do something like a windows Sleep(ms)?

Hello, how to do a 10ms pause in a loop? Like in windows programming sleep(ms)

I need something like
for i=1 to end
do something here...
pause(1) ' 10ms pause for example
next i

I know about on_sys_timer but I am not sure if it can help me in this case at least not in a straightforward way, unless I am missibg something very obvious.
 
indifferent
Inappropriate?
1 person has this question

User_default_medium