Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Array Objects
#1
Solved: 10 Years, 9 Months ago
Hi all,
Could anybody help me out by explaining what are
Array Objects and how does it related to QTP?
Reply
#2
Solved: 10 Years, 9 Months ago
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to convert a single dimension array to two dimensional array venkatesh9032 3 5,211 02-10-2014, 03:07 PM
Last Post: pranikgarg
  Adding array to another Global array in VB Script test911 1 3,010 12-02-2012, 12:40 PM
Last Post: parminderdhiman84

Forum Jump:


Users browsing this thread: 1 Guest(s)