TSC AUTO ID Technology Co., Ltd. 219 Copyright 2013 All Rights Reserved.
@MONTH
Description
This variable reads/writes the month data via the Real Time Clock (RTC). Two-digits (01~12) month
formats are 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
Sample code
REM *****Set @MONTH*****
@MONTH="12"
REM *****Print*****
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,"@MONTH"
TEXT 210,10,"3",0,1,1,@MONTH
PRINT 1
See Also
~!C, @YEAR, @DATE, @DAY, @HOUR, @MINUTE, @SECOND