If I run the following program on the last few versions of Kix,
and get the output below,
I find that V4.61 was much faster than the rest?
Is Kixtart's speed very important to users?

Script:-
 Code:
; time.kix
break on
@kix ?
$max = 10000000
$start = @ticks
For $i = 1 to $max
   $a = 1
Next
$end = @ticks
$end - $start ?


Run command and its output:-

U:\>kix32 time.kix
4.61
3760

U:\>kix32-453 time.kix
4.53
5211

U:\>kix32-462 time.kix
4.62
5850

U:\>kix32-464 time.kix
4.64
5897

Regards,
_________________________
Bill