{ // your code print( "Reccount = " + String(dbf.recCount()) ) dbf.truncate(100) print( "Reccount = " + String(dbf.recCount()) ) // your code }