11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

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.

BPIOCP<br />

Syntax<br />

BPIOCP<br />

Description<br />

The <strong>UniBasic</strong> BPIOCP command turns automatic pagination on. With pagination<br />

on, printing to a terminal (without using cursor addressing) pauses at the bottom of<br />

each screen display. The user is prompted before the next screen is displayed as<br />

follows:<br />

1-111 <strong>UniBasic</strong> <strong>Commands</strong> <strong>Reference</strong><br />

Enter to continue...<br />

Three user responses are valid for this prompt,which are listed in the following table.<br />

Input Description<br />

ENTER Pressing ENTER displays another screen of data.<br />

N Continues display and disables automatic pagination (no pause at bottom of<br />

each screen display).<br />

Q Quits the current process and returns to the previous process.<br />

BPIOCP User Responses<br />

Example<br />

The page control process is automatically disabled if the @ function is executed. For<br />

example, all of the following statements disable terminal pagination:<br />

PRINT @(1)<br />

CRT @(2)<br />

VARIABLE = @(3)<br />

With page control disabled, UniData assumes that the program will control the<br />

paging of data. To turn automatic pagination on from within a <strong>UniBasic</strong> program, use<br />

BPIOCP.

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

Saved successfully!

Ooh no, something went wrong!