Announcement

Collapse
No announcement yet.

Loop speed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Imagine Programming
    replied
    It's not the loop itself what is making things slow, but probably your code inside the loop...
    Show some code of the loop, maybe then we can suggest changes that will speed up the
    code execution inside the loop.

    Leave a comment:


  • filipe3000
    started a topic Loop speed

    Loop speed

    Hi all, just a quick question. Is it possible to speed up a loop? I'm using the for loop with step = 1, and I've tried while and repeat and the speed is always the same. I'm thinking about using the OnTimer page event but honestly don't know where to start or even if it will do anything to make it faster.

    If anybody can shed some light... thanks!
Working...
X