beautypg.com

Ss specify delimiter, Specify delimiter – Brother QL-720NW User Manual

Page 35

background image

P-touch Template Command Reference

- 30 -

7. Control Command Details

^SS Specify

delimiter

ASCII: ^

S

S

n1

n2

data

Decimal: 94

83

83

n1

n2

data

Hexadecimal: 5E 53 53 n1 n2

data

Parameters

0≤n1≤2

0≤n2≤9

00h≤data≤FFh

Description

The delimiter is used to indicate when to move to the next object in data that is being sent.

Specifies the text string for the delimiter.

(n1*10)+n2: Length of the text string (between 1 and 20)

data:

Text string (The maximum number of characters that can be set is 20 characters (bytes).)

The default text string for the delimiter is “09h” (Tab code).

A text string that will not appear in the print data should be specified.

This command is a dynamic command.

Remarks

Invalid if more than 20 characters have been specified

Example

To change the delimiter to “,” (2Ch):

Since the text string contains one character, n1=0 and n2=1. In addition, with the text string (data) “,”

(2Ch), the command will be as follows.

^ S S 0 1 ,

(5Eh 53h 53h 30h 31h 2Ch)