L
Lieven De Foor
Guest
Could you try using a DO WHILE TRUE instead of REPEAT? What are the results there? REPEAT has a lot of overhead you probably don't need here and DO WHILE TRUE is generally faster (try it for yourself with a simple action inside the loop).
Continue reading...
Continue reading...