|
-
Mar 2nd, 2004, 05:00 AM
#5
Sleep mode
Originally posted by Michael_Kamen
So, I declare it in my base class, but I can't give it a size yet.
Can I redeclare it later?
You can do something like this :
string[] str=null;
and when you need to use it do this ;
str=new string[5] .
I would go with Magiaus and say use ArrayList.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|