On Mon, 15 Jan 2007, Sven Schreiber wrote:
When making a new function package, the function package editor also
lists obsoleted function names.
That is, if I run the following script three times:
function example (void)
print "hello"
end function
I will get three entries named "example" in the function package
editor, where there should be only one (referring to the latest
definition of the function).
OK, thanks for spotting that, I'll take a look.
Allin.