Set the value of a string variable.
bool CExtAPI::str_SetText(ZVAR hStr, const char* lpText);
Name | Type | Comment |
---|---|---|
hStr | ZVAR | A ZVAR handle to a string, the value of which is to be set. |
lpText | const char* | The value to be set, as a C-style string. |
False if an error occurs, and true otherwise.