Hi <@U016EM8L91B> how do i avoid this error if i w...
# magic
t
Hi @Tim Edwards how do i avoid this error if i want to deliberately overwrite a cell?
Copy code
% select save vg
Can't rename cell '__SELECT__' to 'vg' because that cell already exists.
File for cell __SELECT__: [hit return to abort save] ? 
Cell not saved.
t
@Tom: Use
cellname delete vg
first to obliterate the existing cell, then do
select save vg
.
t
Thanks @Tim Edwards