Hi,A contractor is developing a program to parse data from a form that I
created in LiveCycle. There are some tables in the form where text
fields in the same column have the same base name and are assigned an
index by LiveCycle. For instance, there might be a CompanyName column
with 6 text fields in each of 6 rows, where the text fields are named as
follows: CompanyName [0], CompanyName [1], CompanyName [2], CompanyName
[3], CompanyName [4], CompanyName [5].The programmer of the parsing
program...