string GetString(string strname)
Returns the value of a global non-array string variable.
If the function name does not exist, returns an empty string.
If you are working with other people's code, it is advisable to use this function in conjunction with StrExists()
;string name; string my_var= "name"; // my_var now points to name. GetString(my_var); // Gets the value of name.
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |