| Table of Contents str_SetTextDescriptionSet the value of a string variable. Function prototypebool CExtAPI::str_SetText(ZVAR hStr, const char* lpText); Arguments
 Return valueFalse if an error occurs, and true otherwise. Comments
 
var_SetValue cannot be used to set the value of a string. Use this function instead.
 Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |