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