ubase.closeFile
| Syntax |
ubase.closeFile (fnum)
|
| Params |
fnum is the number which identiÞes a uBASE database while it is open.
|
| Action |
uBASE closes the database identiÞed by fnum. fnum can no longer be used in uBASE verbs.
|
| Returns |
True.
|
| Examples |
|
| Errors |
An error is produced if uBASE is not running or if fnum does not identify an open database.
|
| Platform Notes |
uBASE runs only on Mac OS and is not a supported component of Frontier 5.0,
|
| See Also |
ubase.newFile
|