Variable::GetValue
Defined in:
Returns the variable value as a string.
C4Variables.h
Prototype
const String<kMaxVariableValueLength>& GetValue(void) const;
Description
The GetValue
function returns the value of a variable as a string. Since the value is stored internally as a string, this is the fastest way to retrieve the value of a variable.
See Also