TSC AUTO ID Technology Co., Ltd. 143 Copyright 2013 All Rights Reserved.
LOB( )
Description
This function returns the size of data in receiving buffer.
Syntax
LOB ()
Note:
This command has been supported since V6.78 EZ and later firmware.
Example
Sample Code
DOWNLOAD "TEST.BAS"
DATA$=""
WHILE LOB()<>0
DATA$=DATA$+INP$(1)
WEND
SIZE 4,0.5
GAP 0,0
CLS
BOX 10,10,800,100,2
BLOCK 15,15,790,90,"0",0,8,8,DATA$
PRINT 1
EOP
TEST
We stand behind our products with one of the most comprehensive support programs in the
Auto-ID industry.
See Also
INP$(), WHILE … WEND