curvefit hook?

Is there a way to run some code after a curvefit operation which is initiated either from the curve fitting window or from the command line?

I was thinking something along the lines of a window hook or a function hook (does this exist at all?), like a callback upon a function execution.

Thanks!

_sk
No. Best to write a little code that does the CurveFit and then calls the code you would want to run in a hook function.

--Jim Prouty
Software Engineer, WaveMetrics, Inc.
Thanks for the reply, Jim.

I will think around the problem as you've suggested.

_sk