exportline(
)
The exportline( function generates a tab delimited line of data containing all the fields in the current record.
Parameters
No parameters.
Description
The exportline() function generates a tab delimited line of data containing all the fields in the current record. Any non-text fields (numeric, date) will be converted to text as they are placed into the tab delimited line. The tab delimited line does not include a carriage return at the end.
See Also
- arraybuild -- builds an array by scanning a database and creating an array element for every record (including invisible records) in the database (see Text Arrays).
- arrayselectedbuild -- builds an array by scanning a database and creating an array element for every visible (selected) record in the database (see Text Arrays).
- export -- exports the selected rows in the current database into a text file.
- exportlinenotabs( -- generates a tab delimited line of data containing all the fields in the current record. Any tabs *within* individual fields will be removed.
- superarraybuild -- scans a database to create a text array. This statement is is similar to arraybuild, but with a number of additional options (see Text Arrays).
History
10.0 | No Change | Carried over from Panorama 6.0 |