emptydatabase(
)

The emptydatabase( function returns true if the current database is completely blank.


Parameters

No parameters.


Description

This function returns true if the current database is completely blank. In other words, it returns true if there is only one record and that record is entirely blank.

emptydatabase() ☞ 

Note: This function is equivalent to:

arraystrip(exportline(),chr(9))=""

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.