Validity: Rule, Task
This variable contains the current day of the CLOCK/CALENDER supplied with the Robox axis controls.
Syntax |
I32 day |
---|---|
Minimum representable number |
1 |
Maximum representable number |
31 |
Attributes |
Read-only. Retentive |
The date directive must be used to set the date (day-month-year).
Example
; If the variable day is equal to 1 ; then in the string register sr(1) will be stored ; the string "today is the first day of the month" if(day = 1) sr(1) = "today is the first day of the month" endif |