Computer Science Canada

Quick Question!

Author:  xmdxtreme [ Sun May 23, 2004 3:57 pm ]
Post subject:  Quick Question!

Whats the command for exiting the whole program window i want the window to close? Confused

Author:  Delos [ Sun May 23, 2004 3:58 pm ]
Post subject: 

code:

quit


That's the nice messy, classically Turing type of exit.

Closing windows:
code:

Window.Close (winID)


F10, eh.

Author:  xmdxtreme [ Sun May 23, 2004 4:58 pm ]
Post subject: 

ty Laughing


: