UBI EasyCoder 201 IIE Manuel d'instructions Page 21

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 332
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 20
Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 19
Chapter 2 Program Instructions
BARCODENAME$
Field of Application
Function returning the names of the bar code generators stored in the
printers temporary memory ("tmp:").
Syntax BARCODENAME$(<nexp>)
<nexp> the result of the expression should be either false or
true, where...
False (0) indicates rst font.
True (0) indicates next font.
Remarks
BARCODENAME$(0) produces the rst bar code name in alphabetical
order. BARCODENAME$(0) produces next name. Can be repeated as
long as there are any bar code names left.
Example
Use a program like this to list the names of all bar codes in "tmp:". Note that bar
codes with dynamic downloading (like DATAMATRIX) will not appear before
they have been called by a BARSET or BARTYPE statement.
10 A$ = BARCODENAME$ (0)
20 IF A$ = "" THEN END
30 PRINT A$
40 A$ = BARCODENAME$ (-1)
50 GOTO 20
RUN
yields for example:
CODABAR
CODE11
CODE16K
CODE39
CODE39A
CODE39C
CODE49
CODE93
CODE128
DUN
EAN8
EAN13
EAN128
ADDON5
C2OF5IND
C2OF5INDC
INT2OF5
INT2OF5C
etc, etc.
Vue de la page 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 331 332

Commentaires sur ces manuels

Pas de commentaire