Closed eglekaz closed 1 month ago
Example:
descrp = IF repMonth = 2 AND (repYear MODULO 4) = 0 THEN totalMonths[repMonth] + " " + febDays + ", " + STRING(repYear) ELSE totalMonths[repMonth] + " " + totalDays[repMonth] + ", " + STRING(repYear).
Example: