NBRECORD |
nbrecord is used to find the number of records in a table.
nbrecord( class )
|
Element |
Description |
Restrictions |
|
class |
Description of a table. |
The table must be open. |
# How many clients and articles? File BPCUSTOMER [BPC]Infbox "Number of clients :"-num$(nbrecord([BPC]))
nbrecord gives the number of records in a table already opened (with File or Trbegin).
|
Error |
Description |
|
ERCLAS ( 7) |
The file is not open. |
|
|