# Clear Data Table - Instance
Grammar — Clear the data table instance instance
Flags —Native
|Action
Clears a saved data table instance.
# Arguments
int
<datatable> — Instance
Returns — void
native void DataTableInstanceClear(int instance);
# Related
Category: Data Table / Instance Version / Utility
- Create Data Table - Instance —
void
— DataTableInstanceCreate - Copy Data Table - Instance —
void
— DataTableInstanceCopy - Clear Data Table - Instance —
void
— DataTableInstanceClear - Last Created Data Table - Instance —
int
<datatable> — DataTableInstanceLastCreated - Number Of Data Table Values - Instance —
int
— DataTableInstanceValueCount - Name Of Data Table Value - Instance —
string
— DataTableInstanceValueName - Data Table Value Exists - Instance —
bool
— DataTableInstanceValueExists - Type Of Data Table Value - Instance —
int
<preset::DataType> — DataTableInstanceValueType
# Examples
— None found —