====== CzStr::Create ====== ===== Description ===== Create a new string variable. ===== Function prototype ===== bool CzStr::Create(const char* lpVarName = 0); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | lpVarName | const char* | A handle to a C-style string containing the name of the string variable to be created. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== ==== Variable names ==== Please consult the comments for [[zeolite:functions:CzVar_Create#Comments|CzVar::Create]] for the caveats of variable naming.