Newbee: How to access fields with duplicated names?
04-07-2008
How can i access fields where the name already exists (Like FieldName[0], FieldName[2],...) - and where else can i get answers to simple questions like this one?
Fieldname[n].thisValue does not work.
Thanks for help.
Replies
07-07-2008
xfa.resolveNode("FieldName["0"]") etc.. I think should work