Ok..

Breaking this down..

In the parse.udf file..

Line 53 -
code:
 $parse=$_pa+"#"+right("00000$data",6),$

Maybe it needs to be -
code:
 $parse=$_pa+"#"+right("000000"+$$data",6),$

Or -

code:
 $parse=$_pa+"#"+right("000000"+$data",6),$

?

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