Dymo Costar 400 User Manual Page 98

  • Download
  • Add to my manuals
  • Print
  • Page
    / 132
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 97
A-94
Caret Feature Code Examples
Below are examples of code written in BASIC (Using the caret
feature) showing how many of the LabelWriter commands are
used.
HT Horizontal Tab Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*Total^0091.99^010^012”;
Example 1: HT Horizontal Tab
LF Line Feed Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*Line 1^010^010^010Line 4^010^012”;
Example 2: LF Line Feed
FF Form Feed Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*^029L^001^150Feed Length"
PRINT #1,“=2inches^010^012”;
Example 3: FF Form Feed
CR Carriage Return Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*Line of Text^013^012”;
Example 4: CR Carriage Return
SO Set Font to Double Wide Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*Normal ^014Wide^020Normal^010^012”;
Example 5: SO Set Font to Double Wide
Page view 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 131 132

Comments to this Manuals

No comments