beautypg.com

Di directly insert object, Directly insert object – Brother QL-720NW User Manual

Page 53

background image

P-touch Template Command Reference

- 48 -

7. Control Command Details

^DI

Directly insert object

ASCII: ^

D

I

n1

n2

data

Decimal: 94

68

73

n1

n2

data

Hexadecimal: 5E 44 49 n1 n2

data

Parameters

00h≤n1≤FFh

00h≤n2≤FEh

Description

Inserts a text string for the specified number of characters into the object selected in the selected template.

(Even if a print command or delimiter is within the specified number of characters, they are treated as

data.)

(n2*256)+n1:

Specified number of characters

data: Text

string

Example

If “A” is specified as the print start text string, and the print start trigger is specified as the print start text

string, easily print “A” with the following command.

Code: ^ D I 03h 00h 1 A 2 A

(5Eh 44h 49h 03h 00h 31h 41h 32h 41h)

Print result: 1A2