EasyManuals Logo

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 #145 background imageLoading...
Page #145 background image
TSC AUTO ID Technology Co., Ltd. 133 Copyright 2013 All Rights Reserved.
Example
Sample Code
Result
DOWNLOAD "TEST.BAS"
I=0
TOTAL=0
DO
I=I+1
TOTAL=TOTAL+I
IF I=100 THEN EXITDO
LOOP
SIZE 4,0.5
GAP 0,0
CLS
TEXT 10,10,"3",0,1,1,"1+2+3+ ... + 100 = " +
STR$(TOTAL)
PRINT 1
EOP
TEST
DOWNLOAD "TEST.BAS"
I=0
TOTAL=0
DO WHILE I<=100
TOTAL=TOTAL+I
I=I+1
LOOP
SIZE 4,0.5
GAP 0,0
CLS
TEXT 10,10,"3",0,1,1,"1+2+3+ ... + 100 = " +
STR$(TOTAL)
PRINT 1
EOP
TEST
DOWNLOAD "TEST.BAS"
I=0
TOTAL=0
DO UNTIL I>100
TOTAL=TOTAL+I
I=I+1
LOOP
SIZE 4,0.5
GAP 0,0
CLS
TEXT 10,10,"3",0,1,1,"1+2+3+ ... + 100 = " +
STR$(TOTAL)
PRINT 1
EOP
TEST

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