Closing window

Blitz3D Forums/Blitz3D Beginners Area/Closing window

What is the command for closing a Window created with CreateWindow?

DestroyWindow(Handle)

This command doesn't exist!

Yes it does:
http://www.mentalis.org/apilist/DestroyWindow.shtml

But I get the feeling you're talking blitzplus here (might have helped to specify).

*EDIT*
I don't see a closewindow or destroy window command, or even freewindow, but you could try FreeGadget.
(I don't have B+).

Yes, a window is considered a gadget.

Yes, excuse me! It is BlitzPlus and the answer is FreeGadget.

Thank all of you