Set the value of the variable attached to this CzVar
object using from an ASCII character string.
Declaration | zVar.h |
---|---|
Implementation | zVar.cpp |
bool CzVar::SetValueText(const char* lpValueText);
Name | Type | Comment |
---|---|---|
lpValueText | const char* | A handle to a C-style string containing the value (as text) to which the variable will be set. |
False if an error occurred, and true otherwise.
Please consult the comments for the zvar_SetValueText function for the list of allowed variable types.