The currentValueIndices property reads o writes single or multiple values of a list box or combo box fields.
System.Int32 currentValueIndices();
Returns the current property value.
Member of field.
var obj = this.getField("acSelection1");
obj.deleteItemAt();
obj.currentValueIndices = 0;