delete

The delete function deletes a specified occurrence of a group.

Syntax

Use this syntax:



delete($GROUP_NAME[N]);
where [n] is the occurrence of the group that you want to delete.

Example

An example of this function follows:



delete($GROUPNAME[2]);
//Deletes the second occurrence of the GROUPNAME group.