GLBasic forum

Main forum => GLBasic - en => Topic started by: MrTAToad on 2011-Mar-20

Title: GLB_ON_QUIT
Post by: MrTAToad on 2011-Mar-20
Is this working for Windows - I put an END statement in there (and compiled for release mode), but the program didn't end  :blink:
Title: Re: GLB_ON_QUIT
Post by: trucidare on 2011-Mar-20
GLB_ON_QUIT will be called right before the program end. call END and then in last stage the SUB will be called
Title: Re: GLB_ON_QUIT
Post by: MrTAToad on 2011-Mar-20
Oops - I should have type GLB_ON_PAUSE :whistle: