top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What do u mean by Redim in VB.NET ?

+2 votes
538 views
What do u mean by Redim in VB.NET ?
posted Mar 16, 2014 by Merry

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes
 
Best answer

Source: http://msdn.microsoft.com/en-us/library/w8k3cys2.aspx

Reallocates storage space for an array variable.

ReDim [ Preserve ] name(boundlist) [ , name(boundlist) [, ... ] ]

answer Mar 18, 2014 by Pavan P Naik
Similar Questions
+4 votes
+2 votes

Is there a class/method we can use in VB.net to transform a website in html format to xml format? If there is can you please type the codes out thanks!

...