Micro Focus QTP (UFT) Forums
Array Objects - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Array Objects (/Thread-Array-Objects)



Array Objects - MR21135 - 01-23-2009

Hi all,
Could anybody help me out by explaining what are
Array Objects and how does it related to QTP?


RE: Array Objects - kishoreinchennai - 01-24-2009

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