Return the month number.
Syntax:
1 |
CurrentMonth |
Example:
1 2 3 4 5 6 7 |
IF (CurrentMonth = 10) THEN HalloweenMonth = 1 ELSE HalloweenMonth = 0 ENDIF RETURN HalloweenMonth |
Return the month number.
Syntax:
1 |
CurrentMonth |
Example:
1 2 3 4 5 6 7 |
IF (CurrentMonth = 10) THEN HalloweenMonth = 1 ELSE HalloweenMonth = 0 ENDIF RETURN HalloweenMonth |