void SetString(string strname, string value)
Sets the value of an index in a global one-dimensional string array.
string name; string my_var = "name"; // my_var now points to name. SetString(my_var, "Bob"); // Sets the value of name to "Bob".
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |