cust_drop()

This code sample can be used as a prototype for the script that removes the tables from the database when you uninstall your custom module.

#ifdef COMPILEME
drop table %Prefix%Cust_Project
/
drop table %Prefix%Cust_Customers
/
delete from KIni where IniSection = '%IniSection%' and IniKeyword =
'%IniKeyword%'
/
%commit_command%
/
#endif