GetNextLine Procedure
Gets the columns of the next line of the imported file.
Signature
GetNextLine(var ColumnList: List of [Text]) : Boolean
Parameters
var ColumnList
List of [Text]
A list with all columns.
Returns
Boolean
true
if a line was found and read.
Remarks
If reading an Excel file and the last column(s) are empty, ColumnList will not contain those trailing empty columns.
This documentation is generated from Smart Toolbox v27.0