What is the correct syntax for insert a variable into brackets? I have the following java script.----var tcount = Subform2.instanceManager.count - 1xfa.host.resetData("form1.Subform1.Subform2[tcount]");---- tcountreturns 0 (checked with text field)andxfa.host.resetData("form1.Subform1.Subform2[0]")...