David Parent
07/12/2024, 11:28 PMTim Edwards
07/13/2024, 2:28 PMload
with a new cell name; then your script can draw into that. save <cellname>
will write the file if it has not been created yet; otherwise use writeall force <cellname>
.
There is usually no reason to delete a cell in magic's in-memory database unless you're doing something like replacing a cell with a flattened version of itself. If you're trying to delete a cell from disk, there's the Tcl file delete ...
command.David Parent
07/13/2024, 9:47 PMDavid Parent
07/13/2024, 9:47 PM