I am told that I can have a dynamic or static string array.
So if I declare
string[] dynamic;
How do I add elements to dynamic and resize it ?
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.752 / Virus Database: 503 - Release Date: 9/3/2004
So if I declare
string[] dynamic;
How do I add elements to dynamic and resize it ?
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.752 / Virus Database: 503 - Release Date: 9/3/2004
Comment