| Table of Contents zstr_GetTextDescriptionRetrieve the value of a string variable, as a C-style string. Files
 Function prototypeconst char* zstr_GetText(ZVAR hStr); Arguments
 Return valueNull if an error occurred, and a valid C-string handle otherwise. Comments
 
zvar_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 |