Command DEL
 
Description Delete a Page, Group, Entity, Variable or Buffer from SDRAM.
If visible on the display, it will remain until the page is refreshed. If the name refers to an image, font or file stored in the flash library then this is set for memory to be freed using RESET(DELETED);
 
Syntax/Parameters DEL(...)
 
Options Delete Single Entities
Delete Multiple Entities

DEL(EEPROM); - Erase EEPROM without restore - v49.37
* User EEPROM can be erased (without restoring variables) using DEL(EEPROM);
* RESET(EEPROM); erases EEPROM and restores any EEPROM variables currently in use.
 
Example
		DEL(Entity1); //delete single entity
		DEL(Entity1, Entity2, Entity3...); //multiple delete entities
		DEL(EEPROM); //Deletes eeprom variables