On Mon, 15 Jan 2007, Sven Schreiber wrote:
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).
How exactly are you running the script? I tried a few ways but
each time only found one instance of "example" in the packager
window. (I also get the message, "Redefining function 'example'",
on each re-run.)
Allin