Can Redim be used to declare a new array ?
Answer Posted / abdul khadeer
We can reinitialize the array by using REDIM but the
condition is before data, what ever the array is having
that is going to be deleted or reinitialized to zero.
So there is one solution for this:
For Example We can use the "Preserve" keyword with the
redim to reintialize the Array with old values still exists.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I create controls dynamically (at run-time)?
How would you map properties to controls by using ActiveX Control Interface Wizard?
What is the use of command Object?What are the various types of variables?
How would you create Visual basic Document file?
What is snapshot in vb?
How many types of API functions are available in VB?
Types of ActiveX Components in VB?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
What is DBSqlPassThrough?
How would you add elements in TreevieW Control.
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
what are the Parts of ODBC?
what are the Differenct Types of Procedures in VB?
Can you tell me the properties of the controls?
how a multiple routing works ?