Micro Focus QTP (UFT) Forums

Full Version: Array Objects
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,
Could anybody help me out by explaining what are
Array Objects and how does it related to QTP?
It is a scripting idea you can have it in java script also
for example


Code:
Dim MyArray(3)
For i = 0 to UBound(MyArray)
    Set MyArray(i) = New <object>
Next

It has Nothing to do with QTP Tool