How can we change(increase or decrease)the size of a array
variable with out loosing the previous values
Answer Posted / 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 |
Post New Answer View All Answers
Diff b/w test scenario's and test Procedures?
Explain QTP using different development techniques ?
what is run-time data?
What is text check point and text area check point?
What is data driver in qtp?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
What are the trigger events in qtp?
How to import a test case present in ".xls" file to TD under a Test set?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
What are the differences between quicktest professional and winrunner?
What is QTP and the use of QTP in TD?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What is use of object spy?
What is the latest version of qtp?