Having something like this (example):
enum {
label1,
label2,
//label3,
label4,
total}
Is it possible to check if any of the labels are present?
I need the total value in order to create matrices of the correct size, but need to know which of the labels are present in the list in order to perform operations specific to each item.