Table of Contents

CzVar::SetValueText

Description

Set the value of the variable attached to this CzVar object using from an ASCII character string.

Files

Declaration zVar.h
Implementation zVar.cpp

Function prototype

bool CzVar::SetValueText(const char* lpValueText);

Arguments

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.

Return value

False if an error occurred, and true otherwise.

Comments

Allowed variable types

Please consult the comments for the zvar_SetValueText function for the list of allowed variable types.