contents.gifindex.gifprev1.gifnext1.gif

Collection_Delete

Purpose

Deletes row(s) from an existing collection and returns an extract of the collection where the corresponding row is deleted from the collection whenever the expression is True.

Arguments

Collection_Delete( <coll>, <expr> )

Notes

<expr> normally involves SELF! fields, where SELF! references the collection under examination. Only the memory version of the collection is modified. Underlying tables are not affected.

Example

Collection_Delete( <coll>, SELF![LineNum]>5 )