TSC AUTO ID Technology Co., Ltd. 140 Copyright 2009 All Rights Reserved.
NOW$( )
Description
Returns the current date and time according to the setting of your printer.
Syntax
NOW$( )
Parameter Description
None N/A
Note: It is supported in firmware V6.81EZ or later.
Example
DOWNLOAD "DEMO.BAS"
SIZE 4,4
GAP 0,0
DENSITY 8
SPEED 6
DIRECTION 0
REFERENCE 0,0
SET CUTTER OFF
SET PEEL OFF
CLS
TEXT 100,100,"3",0,1,1,"Now is " + NOW$( )
PRINT 1
EOP