With the update to the install script.. It works fine with KiXtart 4.12 or better..

With KiXtart 4.02 or better, we need to remove the lines with JOIN in place. For example:

code:
;KiXtart >= 4.12
$msg=LEFT(JOIN(split(@kix,'.'),''),3)
;KiXtart > 4.02
;$msg=left((split(@kix,'.')[0]+split(@kix,'.')[1]),3)

Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's