diff between dim & redim ? in detailed? pls any one explain me?
Answer Posted / laxmi
The ReDim statement is used to change the size of the
array within the script:
for example you have declared an array
Dim Customers(50)
But now you want to change the size of the array so you can
do that with the help of Redim
ReDim Customers(100)
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Tell some commonly used Excel VBA functions?
What is 'sleep' in sync point?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Can we record an application running on a remote machine using qtp?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
How do you create new test sets in td?
Sql questions to find second max salary and how to use joins
Diff b/w test scenario's and test Procedures?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
How many types of parameters are available in quicktest professional?
How many types of recording modes in qtp? Which will be used when?
what is clean sweep?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti