Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 195
Chapter 2 Program Instructions
PRBOX, cont.
Remarks, cont. Hyphenation Support, cont.
Specify the parameter <sexp
3
> in PRBOX using the following syntax:
<sexp
3
>=<sexp
3a
>[space<sexp
3b
>[space<sexp
3c
>]]
<sexp
3a
> is a soft hyphen delimiter. If the text does not have enough
room on one line, the rest of the text will be wrapped
from the last space or from the position marked by the
soft hyphen delimiter.
Exception: Two adjacent soft hyphen delimiters revoke
each other.
Default: Normal hyphen (-).
Max length: 9 characters.
space is a string delimiter with the value CHR$(32).
<sexp
3b
> is one or more characters, that will be printed at the end of
a line which has been hyphenated according to a hyphen
delimiter (see <sexp
3a
>).
Default: Normal hyphen (-).
Max length: 9 characters (less is preferred).
<sexp
3c
> is a string of hyphen extension characters, used on single
words which are too long to be printed on one line and have no
hyphen delimiter speci ed. The hyphen extension character(s)
will be printed at the right end of line and the remainder of
the word will be printed on the next line.
Default: No character.
Max length: 9 characters.
If no <sexp
3
> is speci ed, the rule for hyphen delimiter and replacement
will be the same as for printing hyphens in text. Two adjacent hyphens
will be printed as one.
Examples
This examples draws a rectangle without any text:
10 PRPOS 50,50
20 PRBOX 200,400,5
30 PRINTFEED
RUN