====== list_DelItemA ====== ===== Description ===== Delete an item from a list, specified by its name. ===== Function prototype ===== bool CExtAPI::list_DeleteItemA(ZLIST hList, const char* lpVarName); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hList | ZLIST | A ZLIST handle, an item of which is to be deleted. | | lpVarName | const char* | A pointer to a C-style string, giving the name of the variable to be deleted. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.