TSC AUTO ID Technology Co., Ltd. 147 Copyright 2013 All Rights Reserved.
SET FILTER ON/OFF
Description
This command is using to enable/disable commands PREINPUT and POSTINPUT.
Syntax
SET FILTER ON/OFF
Enable PREINPUT and POSTINPUT
Disable PREINPUT and POSTINPUT
Note:
This command has been supported since V6.81 EZ and later firmware.
Example
Sample Code
DOWNLOAD "TEST.BAS"
PREINPUT "<="
POSTINPUT "=>"
SET FILTER ON
START:
INPUT "DATA",data1$
SIZE 4,0.25
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,"DATA = "+data1$
PRINT 1
GOTO START
EOP
TEST
<=1234=><=5678=><=9012=>
See also
PREINPUT, POSTINPUT, INPUT