12-21-2011, 05:33 PM
Hi David,
I am not sure if it will work for you but you can resize an array by "ReDim Preserve" statement.
So after you get the array, try to increase the size of the array by this statement and then set the value.
Learn about ReDim statement in the QTP Help file.
I am not sure if it will work for you but you can resize an array by "ReDim Preserve" statement.
So after you get the array, try to increase the size of the array by this statement and then set the value.
Learn about ReDim statement in the QTP Help file.