Parameters & Returns
Parameters
seq
Sequence
value
Object
Returns
Quick Summary
Removes the first element equal to a value
Technical Exegesis...
Removes the first element in a Sequence that equals the given value. Syntax is 'SeqDelete seq, value'. To remove by position instead of by value, use SeqDeleteAt. For Sequences of Types this unlinks the reference from the list; it does not destroy the object (use Remove to delete an object).