EasyManuals Logo
Home>TSC>Printer>TTP-343 Plus

TSC TTP-343 Plus Programming Manual

TSC TTP-343 Plus
252 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #139 background imageLoading...
Page #139 background image
TSC AUTO ID Technology Co., Ltd. 127 Copyright 2013 All Rights Reserved.
PUT
Description
One byte is appended into file.
Syntax
PUT file handle,var1$[, var2$][,var3$][, ]
PUT file handle,var1[, var2][,var3][, ]
PUT file handle,var1$[, var2$][,var3][, ]
Parameter
Description
file handle
0 or 1
var$
Data is a character
var
Data is ASCII value
Note:
This command has been supported since V6.91 EZ and later firmware.
Example
Sample code
DOWNLOAD "DATA1",10,1234567890
DOWNLOAD "TEST.BAS"
str1$ = ""
str2$ = ""
OPEN "DATA1",0
SEEK 0,0
READ 0,str1$
PUT 0,"a","B",49
SEEK 0,0
READ 0,str2$
CLOSE 0
SIZE 4,0.5
GAP 0,0
CLS
TEXT 10, 10,"3",0,1,1,"Original data in DATA1: "+str1$
TEXT 10, 60,"3",0,1,1,"New data in Data1: "+str2$
PRINT 1
EOP
TEST
Result
See Also
DOWNLOAD, EOP, OPEN, READ, EOF, LOF(), SEEK, GET

Table of Contents

Other manuals for TSC TTP-343 Plus

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the TSC TTP-343 Plus and is the answer not in the manual?

TSC TTP-343 Plus Specifications

General IconGeneral
BrandTSC
ModelTTP-343 Plus
CategoryPrinter
LanguageEnglish

Related product manuals