画面の現在位置から文字を書き込み、スクロールします。
call "CBL_WRITE_SCR_TTY" using character-buffer
string-length
returning status-code
| 呼び出しプロトタイプ使用時 (「説明の読み方」を参照) | PIC | |
|---|---|---|
| character-buffer | pic x(n) | pic x(n) |
| string-length | cblt-x2-compx | pic x(2) comp-x |
| status-code | 「説明の読み方」を参照 |
| character-buffer | 書き込む文字。 |
| string-length | 書き込む文字列の長さ。画面の端を越える場合、画面が 1 行分スクロールされ、その下の行で書き込みが続けられます。 |
なし