Reference: OPMEMBER
OPMEMBER(struct, "mem") = struct:mem returns the value of the member "mem" in the structure "struct". Example: date(0) year: 2010 month: 6 day: 23 weekOfYear: 25 dayOfYear: 174 dayOfWeek: 3 date(0):day 23 date(0):dayOfWeek 3
OPMEMBER(struct, "mem") = struct:mem returns the value of the member "mem" in the structure "struct". Example: date(0) year: 2010 month: 6 day: 23 weekOfYear: 25 dayOfYear: 174 dayOfWeek: 3 date(0):day 23 date(0):dayOfWeek 3