02.10.2012 Views

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter —Program Instructions<br />

PRBOX, cont.<br />

Specify the parameter in PRBOX using the following syntax:<br />

=[space[space]]<br />

is a soft hyphen delimiter. If the text does not have enough room<br />

on one line, the rest of the text will be wrapped from the last<br />

space or from the position marked by the soft hyphen delimiter.<br />

Exception: Two adjacent soft hyphen delimiters revoke each<br />

other.<br />

Default: Normal hyphen (-).<br />

Max length: 9 characters.<br />

space is a string delimiter with the value CHR$(32).<br />

is one or more characters, that will be printed at the end of a line<br />

which has been hyphenated according to a hyphen delimiter (see<br />

).<br />

Default: Normal hyphen (-).<br />

Max length: 9 characters (less is preferred).<br />

is a string of hyphen extension characters, used on single words<br />

which are too long to be printed on one line and have no hyphen<br />

delimiter specified. The hyphen extension character(s) will be<br />

printed at the right end of line and the remainder of the word<br />

will be printed on the next line.<br />

Default: No character.<br />

Max length: 9 characters.<br />

If no is specified, the rule for hyphen delimiter and replacement<br />

will be the same as for printing hyphens in text. Two adjacent hyphens will<br />

be printed as one.<br />

Examples This examples draws a rectangle without any text:<br />

10 PRPOS 50,50<br />

20 PRBOX 200,400,5<br />

30 PRINTFEED<br />

RUN<br />

This program illustrates a multi-line text field with line wrap, where “&S”<br />

is the soft hyphen delimiter:<br />

10 DIR 1<br />

20 ALIGN 8<br />

30 R$="Hyphen&Sated words will be divid&Sed<br />

into sylla&Sbles."<br />

40 NL$="NEWLINE"<br />

50 S$="&S&Special Cases and EXTRAORDINARY long<br />

words."<br />

60 T$=R$+NL$+S$<br />

70 PRPOS 300,300<br />

80 PRBOX 700,500,20,T$,25,1,NL$,"&S - +"<br />

90 PRINTFEED<br />

RUN<br />

00 <strong>Intermec</strong> Fingerprint <strong>v8.70.0</strong>/v10.0.0 Programmer´s <strong>Reference</strong> <strong>Manual</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!