FBPL Command Reference

Table Of Contents
91
Sample Code
SIZE 4,0.5
GAP 0,0
DIRECTION 1
CLS
BOX 10,10,800,100,2
BLOCK 15,15,790,90, "0",0,8,8,"
With the At your side. spirit
in mind. the Brother Group aims
to continually create value."
PRINT 1
CLS
BOX 10,10,800,100,2
BLOCK
15,15,790,90,"0",0,8,8,20,2,"
With the At your side. spirit
in mind. the Brother Group aims
to continually create value."
PRINT 1
Result
Sample Code for [fit] Parameter
DATA$ = "With the \["]At your
side\["] spirit in mind, the
Brother Group aims to
continually create value.With
the \["]At your side\["] spirit
in mind, the Brother Group aims
to continually create value."
SIZE 4,1.5
GAP 0,0
DIRECTION 1
CLS
BLOCK
20,20,500,170,"0",0,10,10,0,0,1
,DATA$
BOX 20,20,500+20,170+20,2
PRINT 1
SIZE 4,1.5
GAP 0,0
DIRECTION 1
CLS
BLOCK
20,20,500,170,"0",0,10,10,0,0,0
,DATA$
BOX 20,20,500+20,170+20,2
PRINT 1
Result