ビジネス・オブジェクト配列からすべての要素を除去します。
構文
void removeAllElements()
例
次の例では、配列 items のすべての要素を除去します。
items.removeAllElements();