Deleting Your Macro
You can delete an individual macro from RAM using the DELETE_MACRO command. This command can be useful if you need more memory space to load a large drawing. For example, if you want to delete the macro called Quit, use the following command:
DELETE_MACRO Quit
Was this helpful?