hmCal_DELETE GROUP

hmCal_DELETE GROUP(area;group)

Parameter          Type             Description
area               Longint      ->  hmCal area
group              Longint      ->  group reference

Description

The command hmCal_DELETE GROUP deletes a group by reference, created by the command hmCal_Add Group. If you pass a 0 as reference, all groups will be deleted.

Example

The following example delete the group with the reference 2:

hmCal_DELETE GROUP($vl_area;2)