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 is the exact difference between QTP and RFT ?
User defined function in QTP
What are accessibility check point and xml check point?
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
i am unable to select an item from combobox using Descriptive programming. can any one give me code for scheduling the ticket using Descriptive programming.
what is Property......End Property loop? how to write sript for it in QTP
What is test object model in QTP ?
What is the difference in the global and action sheet in qtp?
What is the quicktest professional (qtp) testing process?
What is the difference between Client/Server application and Web application ?