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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter —Program Instructions<br />

REDIRECT OUT<br />

Purpose Statement fo redirecting the output data to a created file.<br />

Syntax REDIRECT ↔ OUT[]<br />

is, optionally, the name of the file to be created and where the<br />

output will be stored.<br />

Remarks Normally the output data will be transmitted on the standard output channel<br />

(see SETSTDIO statement). In most cases, this means the screen of the<br />

host. However, by means of a REDIRECT OUT statement, a file<br />

can be created to which the output will be redirected. That implies that no<br />

data will be echoed back to the host. Normal operation, with the output<br />

being transmitted on the standard output channel again, will be resumed<br />

when a REDIRECT OUT statement without any appending file name is<br />

executed.<br />

Example In this example, a file ("LIST.DAT") is created to which the names of the<br />

files in the printer’s permanent memory is redirected. The redirection is<br />

then terminated (line No. 30) and the file is OPENed for input.<br />

10 REDIRECT OUT "LIST.DAT"<br />

20 FILES "/c"<br />

30 REDIRECT OUT<br />

40 OPEN "LIST.DAT" FOR INPUT AS #1<br />

. . . . .<br />

. . . . .<br />

. . . . .<br />

<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!