There the webpage I am trying to check has several text fields. I have reached such an extent that I can get all the values in each text field and save them in an array, but I was fixated on how to enter the same values into the text fields again.
Here is what I still have in Selena:
Larger view http://i.stack.imgur.com/rb93k.png
The stored variable "count" is just the number of rows in the table and does not cause a problem. The part I completed in red is where the problem lies.
When I run this test, instead of entering the value stored in the array at this index, it simply types:

This continues to the end.
The variable "i" is correctly inserted, but for some reason, instead of capturing this value, it simply enters it into the text field.
Does anyone know how I can get the correct value in an array?
The following is a problematic line:
type | javascript{this.browserbot.getUserWindow().getTestingHooks('TextBoxValue_' + storedVars['i'])} | ${textBoxArray[${i}]} |
source share