ListRemove

Description: This subroutine will remove the alarm object from a list. This is useful if a user-defined list has been added.

 

Format:        ListRemove(AlarmObject, [EventTime], List);

 

Parameters: AlarmObject is the object value for the alarm that was passed to the Register (Alarm Manager) subroutine.

          EventTime is the time stamp to use when adding this event to the alarm lists. This is typically CurrentTime(); additionally, if invalid or not defined, the default is CurrentTime().

          List is the number of the list from which to remove the alarm.

 

Comments:   The ListRemove subroutine always returns a "0".