Click here to Skip to main content
15,893,564 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCreating Help for a program Pin
Felishi10-Apr-09 7:56
Felishi10-Apr-09 7:56 
AnswerRe: Creating Help for a program Pin
rajulama10-Apr-09 8:53
rajulama10-Apr-09 8:53 
QuestionRe: Creating Help for a program Pin
Felishi11-Apr-09 7:42
Felishi11-Apr-09 7:42 
AnswerRe: Creating Help for a program Pin
Eslam Afifi10-Apr-09 12:51
Eslam Afifi10-Apr-09 12:51 
GeneralRe: Creating Help for a program Pin
Felishi15-Apr-09 10:51
Felishi15-Apr-09 10:51 
GeneralRe: Creating Help for a program Pin
Eslam Afifi15-Apr-09 11:53
Eslam Afifi15-Apr-09 11:53 
QuestionCan’t create New Array. Pin
enipla10-Apr-09 5:31
enipla10-Apr-09 5:31 
AnswerRe: Can’t create New Array. Pin
riced10-Apr-09 6:00
riced10-Apr-09 6:00 
Use
Dim arrTest() as string = new string(){}


That gets you an array but it's size is not specified.
You also need to ReDim the array - look it up in the online help.
You can just use the ReDim with your existing Dim if you want but whatever you do you're going to have to use it somewhere.

Regards
David R

GeneralRe: Can’t create New Array. Pin
enipla10-Apr-09 8:32
enipla10-Apr-09 8:32 
GeneralRe: Can’t create New Array. Pin
riced10-Apr-09 8:39
riced10-Apr-09 8:39 
AnswerRe: Can’t create New Array. Pin
Dave Kreskowiak10-Apr-09 7:14
mveDave Kreskowiak10-Apr-09 7:14 
GeneralRe: Can’t create New Array. Pin
enipla10-Apr-09 8:36
enipla10-Apr-09 8:36 
GeneralRe: Can’t create New Array. Pin
nlarson1110-Apr-09 10:04
nlarson1110-Apr-09 10:04 
Questionhelp Pin
rajulama10-Apr-09 3:54
rajulama10-Apr-09 3:54 
AnswerRe: help PinPopular
Dave Kreskowiak10-Apr-09 4:25
mveDave Kreskowiak10-Apr-09 4:25 
GeneralRe: help Pin
rajulama10-Apr-09 4:48
rajulama10-Apr-09 4:48 
GeneralRe: help Pin
MidwestLimey10-Apr-09 5:10
professionalMidwestLimey10-Apr-09 5:10 
GeneralRe: help Pin
rajulama10-Apr-09 5:17
rajulama10-Apr-09 5:17 
GeneralRe: help Pin
Jon_Boy10-Apr-09 6:25
Jon_Boy10-Apr-09 6:25 
GeneralRe: help Pin
Dave Kreskowiak10-Apr-09 7:15
mveDave Kreskowiak10-Apr-09 7:15 
GeneralRe: help Pin
EliottA10-Apr-09 13:46
EliottA10-Apr-09 13:46 
GeneralRe: help Pin
rajulama10-Apr-09 18:34
rajulama10-Apr-09 18:34 
GeneralRe: help Pin
Kschuler10-Apr-09 7:50
Kschuler10-Apr-09 7:50 
GeneralRe: help Pin
rajulama10-Apr-09 8:41
rajulama10-Apr-09 8:41 
GeneralRe: help Pin
Kschuler10-Apr-09 8:47
Kschuler10-Apr-09 8:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.