Avatar

Level 10

Hi James,

If you are going to use the eval approach then all you need is;

xfa.resolveNode("NextSelection.caption.value.#text").value = eval(PageSelectionArray.value)[1];

The "all.item(1).value" was for an alternative approach.

Sorry for the confusion.

Bruce