Avatar

Correct answer by
Level 10

Hi Elaine,

The variable tempRetCust seems to be assigned twice, the first one assigns it some XFA object (with a value property) the second one assigned it to a string (without a value property).  So I think eval(tempRetCust) will work, eval(tempRetCust.value) would be the same as eval(undefined).

Bruce

View solution in original post