Validity: Rule, Task
This variable contains the current month present on the CLOCK/CALENDER supplied with the Robox axis controls.
Syntax |
I32 month |
---|---|
Minimum representable number |
01 |
Maximum representable number |
12 |
Attributes |
Read only |
The DATE directive must be used to set day-month-year.
Example
; if the variable day is equal to 1 and ; the variable month is equal to 4 ; then in the string register sr(1) will be stored ; the string "April Fool's Day" if(day = 1 and month = 4) sr(1) = "April Fool's Day" |