TSC AUTO ID Technology Co., Ltd. 214 Copyright 2013 All Rights Reserved.
WEEK
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).
Syntax
Read attribute: A = WEEK
Range: 1(Sunday)~7(Saturday)
Example
Sample code
DOWNLOAD "DEMO.BAS"
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
REM *****Read Week parameter form RTC*****
WEEK$=STR$(WEEK)
W=WEEK
REM *****Print*****
TEXT 10,10,"3",0,1,1,"WEEK1="+WEEK$
TEXT 10,50,"3",0,1,1,"WEEK2="+STR$(W)
TEXT 10,90,"3",0,1,1,"WEEK3="+STR$(WEEK)
PRINT 1
EOP
DEMO
Result
See Also
~!C, MONTH, DATE, DAY, HOUR, MINUTE, SECOND