pi.util.Array.remove(array,value)
>>> var list = [3,5,7,9] >>> list = list.remove(7); >>> list [3,5,9]