axlCommitSetupDBas
axlCommitSetupDBas(x_hsdbt_setupdbName) =>t / nil
Description
Saves the setup database under a new name.
Arguments
Value Returned
|
The setup database is saved in a file with the specified name. |
||
Examples
Saves the setup database in a new file named data.sdb.
axlCommitSetupDBas(1002 "data.sdb")
=> t
Return to top