funny both of ur´s work ...

Code:
Test it me
  .Do Testit me {
    set %xy 1
    while ( %xy <= 3) ) {
      TIMERmsg $+ %xy -m 1 3000 /msg $me %xy
      inc %xy
    }
  }

Test It
  .Do Testit: {
    set %x 1
    while ( %x <= 3) {
      TIMERmsg $+ %x -m 1 $calc(3000 + %x * 16) /msg $me %x
      inc %x
    }
  }


Test It2
  .Do Testit2: {
    set %x 1
    while ( %x <= 3) {
      TIMERmsg $+ %x -m 1 3000 /msg $me %x
      inc %x
    }
  }
can someone explain me where the different is ??

Last edited by javatis; 25/07/05 08:34 AM.