uniformLengthRecords

New

Gets the result array regularity status on the current instance.


ReadWrite

ReadOnly


Syntax

expression.uniformLengthRecords

Parameters

None

Returns

Type: Boolean

📝Note

If the uniformLengthRecords property is True, the internal CSVArrayList is not irregular. A False value indicates the presence of at least one record with more or fewer fields than the header record.

See also
fieldsBound property

Back to Properties overview