![]() | Programming Guide | ![]() |
Gets the data in an occurrence of a binary variable
#include <dmuproto.h>char *dm_bin_get_occur(char *variable, int occurrence);
variable- The binary variable that contains the occurrence to get.
occurrence- The occurrence in
variablewhose data you want to get.
C only
- · 0: The variable or occurrence is not found.
If the application has created a binary variable with DBMS BINARY and the occurrence has been allocated, this function gets the specified occurrence from the variable.