Retrieve the value of a string variable, as a C-style string.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
const char* zstr_GetText(ZVAR hStr);
| Name | Type | Comment |
|---|---|---|
| hStr | ZVAR | A ZVAR handle to a string variable, the value of which is to be retrieved. |
Null if an error occurred, and a valid C-string handle otherwise.