TSC AUTO ID Technology Co., Ltd. 221 Copyright 2013 All Rights Reserved.
@DAY
Description
This variable reads/writes the day of the week data via the Real Time Clock (RTC), which is represented
by one single digit (1~7). @DAY global variable can be accessed directly without using BASIC language
functions.
Syntax
Read attribute: @DAY
Range: 1(Sunday)~7(Saturday)
Example
Sample code
REM *****Print*****
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,"@DAY"
TEXT 210,10,"3",0,1,1,@DAY
PRINT 1
See Also
~!C, @YEAR, @MONTH, @DATE, @HOUR, @MINUTE, @SECOND