Page 1 of 1

ide crash

Posted: Thu Feb 07, 2013 3:48 pm
by Jerry Messina
FYI- I just did something stupid and it crashed the IDE when I tried to compile. I had a typo and inadvertently ended up trying to clear a module name.

Code: Select all

module mymodule

public sub init()
    clear(mymodule)        // crashes ide
end sub

end module
For some reason, the compiler didn't like that (or maybe it did exactly what I told it to do!)