FBPL Command Reference

Table Of Contents
74
Data string including <Enter> character (0Dh, 0Ah)
SIZE 4,2.5
GAP 0,0
DIRECTION 1
CLS
QRCODE 10,10,H,4,A,0, "ABC<Enter>
abc<Enter>
123 "
QRCODE 160,160,H,4,A,0, "123<Enter>
ABC<Enter>
abc"
QRCODE 310,310,H,4,A,0, "Printer<Enter>
ABC<Enter>
abc<Enter>
123"
PRINT 1,1
Data string concatenation
(Must be used with DOWNLOAD ... EOP command)
DOWNLOAD "DEMO.BAS"
SIZE 4,2.5
GAP 0,0
DIRECTION 1
CLS
QRCODE 10,10,H,4,A,0, "ABCabc123"
+STR$(1234)
QRCODE 160,160,H,4,A,0, "123ABCabc" +"1234"
QRCODE 310,310,H,4,A,0,
"PrinterABCabc123"+"1234"+"abcd"
PRINT 1,1
EOP
DEMO
Data string including double quote (") character
Make sure you use \["] instead of (“)
SIZE 4,2.5
GAP 0,0
DIRECTION 1
CLS
QRCODE 10,10,H,4,A,0, "ABC\["]abc\["]123"
QRCODE 160,160,H,4,A,0, "123\["]ABC\["]abc"
QRCODE 310,310,H,4,A,0,
"\["]Printer\["]ABCabc123"
PRINT 1,1
sample
sample
sample
sample
sample
sample
sample
sample
sample