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
hou can we use vb script in qtp could u tell me breafly
Difference between test object and run time object?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
What Folder Structure following in Keyword Driven Frame work?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Explain object spy in qtp.
Where to use function or action?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
What is the XML file architecture ?
How many types of recording facility are available in quicktest professional?
How to check which add-ins are associated with a test in qtp?
What are the ways you can synchronize?
What is accessibility check point?