Can Redim be used to declare a new array ?
Answer Posted / kapil
Yes Redim Can be used to create a new array.
There is no need of the dim statement before using ReDim.
Following Code works :
Redim a(5) as int
a(0) = 3
debug.print a(0)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you know about user forms.
What is database vb?
Explain about declaring variables in Visual basic?
What is the difference between c++ and visual basic?
Is visual basic c#?
How do I get my application on top?
What is dao in vb?
How would you convert a form into document?
what are the Parts of ODBC?
What is FireHouse Cursors?
How would you create your application in DHTML?
What is understand in resource tracking?
Is it possible to change menu runtime using API? If yes? Specify the function names.
__ no of controls in form.
what are the types of LockEdits in DAO?