Array コレクション - OccurrencesOf メソッド
コレクションのインスタンス発生数を探します
| 名前 | タイプ | データ タイプ | 記述 |
|---|---|---|---|
| Result | *Result (任意) | 整数 | 発生数 |
| Object | *Input | PRIM_OBJT | 検索するインスタンス |
OccurrencesOf は、Object パラメータで指定された参照がコレクションに格納されている回数のカウントを返します。
OccurrencesOf メソッドの使用
#Count := #Collection.OccurrencesOf(#Object)
2018 - V14SP1