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 do I use GetPrivateProfileString to read from INI files?
___ argument can be used to make a menuitem into bold.
How do I remove/change the picture property of a control at design time?
State about the different types of visual basic data?
What do you mean by Databound Controls Explain?
which method used to move a recordset pointer in nth position in DAG?
What is a thread pool and how are the threads within a thread pool managed?
which property used to add a menus at runtime?
It possible to call OLEDB?s Features directly in VB without using any control?
Explain the working of templates?
What are 3 main differences between flexgrid control and dbgrid control?
How do I tell when an application executed using the SHELL command is finished?
What is the use of NEW Keyword? Explain.
Explain about conditional operators?
What are the tools available for Debuggiu in VB?