Gfa_Exit and Gfa_DoExit Commands

Quit IDE.

Syntax

Gfa_Exit

Gfa_DoExit

Description

Gfa_Exit executes the File | Exit menu item to close GFA-BASIC 32. When the current project has the Gfa_Dirty status the project can be saved first.

Gfa_DoExit closes GFA-BASIC 32 without checking the Gfa_Dirty status. There is no correspondence menu item for this command.

Example

 

Sub Gfa_Ex_X

Gfa_DoExit

EndSub

See Also

Gfa_Dirty

{Created by Sjouke Hamstra; Last updated: 08/10/2014 by James Gaite}