How can we change(increase or decrease)the size of a array
variable with out loosing the previous values
Answer / pratap h s
Dim a(10) is array declared
if we want to change the size of array it should be
declared with redin as below
ReDim A(10)
to preserve the contents of array we need to use preerve
keyword as below
ReDim Preserve A(10)
above line is Answer ,,,, by declaring array as above it
will preserve the valus
| Is This Answer Correct ? | 3 Yes | 0 No |
What the genaric function to connect Sql Server using Sql Server Authentication and Windows Authentication
What is the difference between QTP 8.2 and QTP 9.2 ?
How is test case write?
How to do excception handling ( error handling ) in QTP
6 Answers Institute for Medical Education,
What are the types of Object Repository’s in QTP?
how u write vb script in qtp pls give me some basic script and some material
32 Answers Datamatics, UHG, Winit,
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
Describe function procedure in vbscript.
What is the maximum size of Object Repository in QTP 8.2?
What is the function of Filter in QC . give with a real time example.
How to do Batch run in qtp? provide the steps?
How to change the run-time value of a property for an object in QTP?