Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7204
Chapter 2 Program Instructions
PRINTONE
Field of Application
Statement for printing characters, specifi ed by their ASCII values,
to the standard OUT channel.
Syntax PRINTONE<nexp>[<,|;><nexp>...][;]
<nexp> is the ASCII decimal value of a character, which will be printed
to the standard OUT channel.
Remarks
When, for some reason, certain characters cannot be produced by the host
computer, they can be substituted by the corresponding ASCII decimal values
using the PRINTONE statement. The characters will be printed, according
to the currently selected character set (see NASC statement), to the standard
OUT channel, that is usually to the screen of the host.
PRINTONE is very similar to the PRINT statement and the use of commas
and semicolons follows the same rules.
Example
PRINTONE 80;82;73;67;69;58,36;52;57;46;57;53
yields:
PRICE: $49.95