parent nodes: TextInsertionsHtmlFormatting

Method CarCount()

Var endVar

count = longInt(0)
cars.open("cars.db")
scan cars endScan
msgInfo("Carcount", "There are " +string(count) +" cars in the table")
cars.close()

return