Avatar

Level 10

The xfa.resolveNode accepts a string that represents the objects Som Expression. So we are simply building a string to represent

that expression. Ultimately we want an expression in the form objectname[occurancenumber].rawValue So the expression "...[" + i + "]......" is simply building the string to fit the expression.

Make sense?

Paul