If I try the following code
Code: Select all
OpenConsole()
Print ("the console has been opened")
Print ("press return to exit")
Input()
CloseConsole()
End
This is not a major problem as I can use debug, and messageRequester() and inputRequester() to do the same thing. I am running mac osx 10.5.8. Am I doing something wrong? Can I do anything else? Is this a bug? Thanks for any help and information. Victor