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
How would you create properties by using class Builder Wizard?
Does VB support pointers to functions?
Explain about ADO control?
How would you add elements in TreevieW Control.
What is the use of OLE?
What is the use of command Object?What are the various types of variables?
which property used to add a menus at runtime?
What is ado in vb.net?
Binary Access-method isused to access file in which manner?
What is the use of progress Bar Control?
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
What type of databases you can access through ADO Data Access Object?
How do I play MID, WAV or other multimedia files?
Which language is used in visual basic?
Which method is used to write context Into file?