-
Notifications
You must be signed in to change notification settings - Fork 8
closeDatabase
MicroBlaster edited this page Jul 3, 2020
·
2 revisions
Purpose: Closes the currently loaded database.
Syntax: closeDatabase
**Notes: **
Example:
# Open an existing database
openDatabase "ClassicTW-GameA"
# Close the active database
closeDatabase
.