Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Array
#3
Solved: 11 Years, 3 Months, 3 Weeks ago
hi ,

I agree with Tariksheth anwser....

Static Array :
Array created by using Dim ( example: Dim str(3) ) since Array size is fixed.

Dynamic Array :
Array created by using ReDim ( example : ReDim arrUserRoles(objChildWebTable.Count - 1)
(since Array size is not fixed here & it varies dynamically)
Reply


Messages In This Thread
Array - by bfakruddin - 03-23-2009, 05:31 PM
RE: Array - by Tarik Sheth - 03-23-2009, 06:37 PM
RE: Array - by sreekanth chilam - 03-23-2009, 07:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to use Array of Array in QTP dineshb 1 16,621 12-12-2009, 02:00 AM
Last Post: rdemers25
  Array function for Static Array anbarasu 2 3,821 11-20-2009, 12:18 PM
Last Post: anbarasu

Forum Jump:


Users browsing this thread: 1 Guest(s)