Announcement

Collapse
No announcement yet.

Loop speed

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

  • 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!

  • #2
    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.
    Bas Groothedde
    Imagine Programming :: Blog

    AMS8 Plugins
    IMXLH Compiler

    Comment

    Working...
    X