Validity: Rule, Task
This variable contains the current seconds present on the CLOCK/CALENDER supplied with the Robox axis controls.
Syntax |
I32 second |
---|---|
Minimum representable number |
00 |
Maximum representable number |
59 |
Attributes |
Read only |
To set the time (hours-minutes-seconds), the TIME directive must be used.
Example
; If hour is equal to 18, minute to 35 and second to 59 ; then in sr(1) will be stored the string ; "It's 18:35:59 p.m." if(hour = 18 and minute = 35 and second = 59) sr(1) = "It's 18:35:59 p.m." |