Question: automatic execution

Laurent wrote:

> Maple 10 allows you to mark sections of a worksheet to be automatically executed on load.

I believe I have located the relevant help page,

http://www.maplesoft.com/support/help/Maple/view.aspx?path=worksheet/documenting/setautoexec

The method is not as versatile as I'd hope. It doesn't seem too useful for my purpose, because I intend to frequently change those sections of the worksheet to be marked.

I was looking for a feature more along the lines of:


restart;
definemarker(mark1,mark2,mark3):
setautoexec(mark1);

The worksheet would have markers mark1, mark2, mark3, etc. scattered around. You could change a single line to execute different sections of the worksheet, e.g. replacing setautoexec(mark1); above by setautoexec(mark2);

Is something like that possible?

thanks!

Please Wait...