| Table of Contents str_GetTextDescriptionRetrieve the value of a string variable, as a C-style string. Function prototypeconst char* CExtAPI::str_GetText(ZVAR hStr); Arguments
 Return valueNull if an error occurred, and a valid C-string handle otherwise. Comments
 
var_GetValue cannot be used to get 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 |