====== CzVar::CzVar ====== ===== Description ===== Create a new CzVar object. ===== Function prototype ===== CzVar::CzVar(void); ===== Arguments ===== None. ===== Return value ===== None. ===== Comments ===== Please note that the CzVar object is not attached to a variable handle following construction. To use the CzVar object, you must first either create a variable using [[zeolite:functions:czvar_Create|Create]], attach an existing variable using [[zeolite:functions:czvar_Attach|Attach]], or retrieve a named variable using [[zeolite:functions:czvar_GetByName|GetByName]].