I see.
and one was really old one [Wink]

mm... code improvements might not impact the size but execution time.
if you have 10.000 lines of code and you reduce it to 5.000, it surely has impact.

and, as example:
$kix_files[0]="kix"+Substr(@kix,1,1)+Substr(@kix,3,2)+"w.ok" ; - check file -

is just the same as:
$kix_files[0]="kix"+join(split(@kix"."),"")+"w.ok" ; - check file -

which already reduces the execution time.
_________________________
!

download KiXnet