func recordLength() -> Int

Function recordLength() returns a length of a record in a dbf file.


{
    // your code
    print( "RecordLength = " + String(dbf.recordLength()) )
    // your code
}