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 |
How to change the scripts from Per-Action object repository to shared object repository
how to acess a test in RSA?
tell me types of environment variables? what r they? explain details? pls give anwer any one?
What is DOM
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What is the difference between low level recording and analog recording mode when it will be enabled.
in qtp wha t is synchronisatin pt,what is the maximam time out
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
What test cases can you automate using QTP?
I would like to do some certifications in QTP. please suggese what kind of certifications can i do. I am currently put up at chennai. So please suggest some reputed centres where these courses are offered.
How to check feasibility of the appliction?in automation testing?
Does QTP is "Unicode" compatible?