emptyline(
)

The emptyline( function returns true if the entire current record (all fields) is blank, otherwise it is false.


Parameters

No parameters.


Description

This function returns true if the entire line (all fields) are blank, otherwise it is false.

emptyline() ☞ 0

For example you could select all totally empty records using the statement

select emptyline()=true()

Note: This function is equivalent to:

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

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.