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
What can you do with visual basic?
How do I implement an incremental search in list/dir/combo/file boxes?
What are the uses of List View Control?
What is the use of ActiveX Documents?
what are the types of cursors in DAO?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
What is instantiating?
Draw Sequence Modal of DAO? Explain.
What are some methods you can use to send data from one VB executable to another one?
How many ways you can access file using VB?
How do you change the icon and otherwise manipulate the DOS box?
Why does everybody say I should save in TEXT not BINARY?
How to customize workgroup message?
What is ActiveX? Explain.
___ property is used to change to ___ value to access a identity column'in datacontrols.