| Syntax |
ubase.validateFile (fnum)
|
| Params |
fnum is the number which identifies a uBASE database while it is open
|
| Action |
Verifies that the structure of the file identified by fnum is valid.
|
| Returns |
Returns a string. If the database is valid, the string is "The database is consistent." Otherwise, the string gives an indication of what is wrong.
|
| 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,
|