Dymo Costar 400 User Manual Page 88

  • Download
  • Add to my manuals
  • Print
  • Page
    / 132
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 87
A-84
SO Set Font to Double Wide Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, "Normal ";
PRINT #1, CHR$(14);
PRINT #1, "Wide";
PRINT #1, CHR$(20);
PRINT #1, "Normal"; CHR$(10);
PRINT #1, CHR$(12);
Example 5: SO Set Font to Double Wide
DC4 Cancel Double Wide Mode Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, "Normal ";
PRINT #1, CHR$(14);
PRINT #1, "Wide";
PRINT #1, CHR$(20);
PRINT #1, "Normal"; CHR$(10);
PRINT #1, CHR$(12);
Example 6: DC4 Cancel Double Wide Mode
SYN EL Mode Graphics Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, CHR$(27); "B"; CHR$(10);
PRINT #1, CHR$(27); "D"; CHR$(12);
FORI=1TO100
PRINT #1, CHR$(22);
FORJ=1to12
PRINT #1, CHR$(85);
NEXT J
NEXT I
PRINT #1, CHR$(12);
Example 7: SYN EL Mode Graphics
ETB EL Mode Compressed Graphics Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, CHR$(27); "B"; CHR$(10);
PRINT #1, CHR$(27); "D"; CHR$(12);
FORI=1TO100
PRINT #1, CHR$(23);
PRINT #1, CHR$(95);
NEXT I
PRINT #1, CHR$(12);
Example 8: ETB EL Mode Compressed Graphics
Page view 87
1 2 ... 83 84 85 86 87 88 89 90 91 92 93 ... 131 132

Comments to this Manuals

No comments