. 108
@MONTH
Description
This variable is used to read from/write to RTC the month data. Two-digits
(01~12) month format is supported by RTC.
@MONTH global variable can be accessed directly without using BASIC
language functions.
Syntax
Write attribute: @MONTH=”01”
Read attribute: @MONTH
Range: 01~12
Example
SIZE 4,4
GAP 0,0
DENSITY 8
SPEED 6
DIRECTION 0
REFERENCE 0,0
SET CUTTER OFF
SET PEEL OFF
CLS
TEXT 10,10,"3",0,1,1,@MONTH
PRINT 1
See Also
~!C, @YEAR, @DATE, @DAY, @HOUR, @MINUTE, @SECOND