Hi,
I created a little code to show my problem.
Manipulate[
x + 1,
Column[{
Control@{x, 0, 9, 1},
Button["Delete this application", "???"]
}]
]
How do I delete the application output using the button? You cannot use "out [n]" for this, because when you run the code again, "n" changes its value.
I'll appreciate any help. Anderson