Avatar

Level 2

Hi Bruce,

I'm still having a bit of trouble.

I create my array in File - Form Properties - Variables.

Set the value to ['s1', 's2', 's3'].

Then on the click of a button I call,

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

I'm assuming I either built the array wrong or I'm still accessing it wrong. Any help would be great.

james