Name
HaveConsole -- check if there is a console (V10.0)
Synopsis
ok = HaveConsole()
Library
console

Function
This function returns True if the program has an attached console. This is only of use when using the non-console version of Hollywood on Windows. In that case, there is initially no console but it has to be manually opened using OpenConsole(). On all other platforms and in the console version of Hollywood on Windows, there'll always be a console so this function will always return True. See OpenConsole for details.

Inputs
none

Results
ok
True if a console is available, False otherwise

Show TOC