Can Redim be used to declare a new array ?
Answer Posted / padma
M. chitramala is right. Redim is to resize the exiting
array variable.
sample:
Dim myarray() as string
Redim myarray(10)
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is rdo in vb?
___ property used to add a menus at runtime.
How to get freefile location in memory?
Advantage of ActiveX Dll over Active Exe.
What is OLEDB?
How can you Navigate from the DHTML application to another DHTML application? .
What is the need of tabindex property is label control?
How can you force new objects to be created on new threads?
What is the use of Data Form Wizard?
Difference between DDE and OLE.
What is the need of tabindex property is label control.
what is the Difference between Tabletype and Snapshot?
What is ado data control in vb6 0?
What is hyperlink?
How would you create Visual basic Document file?