Records in table
Records in table {( aTable )} : Integer
引数 | 型 | 説明 | |
---|---|---|---|
aTable | Table | → | レコード数を返すテーブル, または 省略時、デフォルトテーブル |
戻り値 | Integer | ← | テーブル中の総レコード数 |
説明
Records in tableは、aTable中の総レコード数を返します。Records in selectionは、カレントセレクションのレコード数のみを返します。Records in tableがトランザクション内で使用される場合、トランザクション中に作成されたレコードが考慮に入れられます。
例題
以下の例は、テーブルのレコード数を表示します:
ALERT("There are "+String(Records in table([People]))+" records in the テーブル.")