Programming Guide |
Deletes an occurrence in a binary variable
#include <dmuproto.h>void dm_bin_delete_occur(char *variable, int occurrence);
variable
- The binary variable that contains the occurrence to delete.
occurrence
- The occurrence in
variable
to delete.
C only
dm_bin_delete_occur
frees the specified occurrence and sets the pointer to the occurrence to 0 if the application has created a binary variable withDBMS BINARY and the occurrence has been allocated. If the occurrence has not been allocated, the function does nothing.