17.07.2011, 01:28
How do you transfer a string from one array to another?
For example if I have
new string1[8] = "Hello";
and
new string2[8] = "Goodbye";
How do I set string1 to what is in string2?
For example if I have
new string1[8] = "Hello";
and
new string2[8] = "Goodbye";
How do I set string1 to what is in string2?