Just a thought -- add an action to the Array object called "Remove". I see that the action "Delete" exists but takes the index of the element as the parameter. "Remove" would take the actual data value and delete the first instance of it occurring in the array (similar to the "remove" method from the ArrayList class in Java 6). At present, the exact same functionality can be obtained by the command:
<center>Delete index ArrayName.IndexOf(ItemName) from X axis</center>
but I think a single command would be more elegant.
Thanks for reading. <img src="smileys/smiley1.gif" border="0" align="middle" />