i am on version 5.3 rev 3 on AIX5.2
the reason for my error is that i am passing a blank field into xlateInVals and the translation craps out. i haven’t figured out how to get tcl to handle it yet. putting an IF in the translation to skip it if it equals @null is my current way around it, but i dont like that as my final solution.
the {}V is me trying to add a V to the end of a field. the {} is representing that the field is empty. if i do a comparison where if the field == “” , it doesnt like “” and empty.