saving things
Posted: Sun Aug 09, 2009 1:12 pm
Hey guys,
I have a list I want to either empty or add to depending on whether a checkbox is checked. How do I save so that the list state survives running the script? I can
(save "list.lsp" 'list)
but list.lsp gets rewritten every time I access the page. (I'm mangling newlisp wiki for a specific task)
how do I do that? Thanks!
I have a list I want to either empty or add to depending on whether a checkbox is checked. How do I save so that the list state survives running the script? I can
(save "list.lsp" 'list)
but list.lsp gets rewritten every time I access the page. (I'm mangling newlisp wiki for a specific task)
how do I do that? Thanks!