How do you assign strings?
Posted: Fri Nov 04, 2011 5:29 pm
I know this is a really stupid question, but I've never had to assign strings until now
I have added a string array variable in my global code and I just want to know how to assign a value to it because when I do this:
I get an error saying:
Could someone please help me?
I have added a string array variable in my global code and I just want to know how to assign a value to it because when I do this:
- Code: Select all
String[1] = "blablabla";
I get an error saying:
error message wrote:Illegal assignment operation
Could someone please help me?