画面へ文字とその属性の列を書き込む。
call "CBL_WRITE_SCR_CHATTRS" using screen-position character-buffer attribute-buffer string-length returning status-code
| 呼び出しプロトタイプ使用時 ( 説明の読み方) | PIC (32bitシステム) | ||||
|---|---|---|---|---|---|
| screen-position | Group predefined as cblt-screen-position containing: | 以下を含む集団項目: | |||
| cblte-scrp-row | cblt-x1-compx | pic x comp-x. | |||
| cblte-scrp-col | cblt-x1-compx | pic x comp-x. | |||
| character-buffer | pic x(n). | pic x(n). | |||
| attribute-buffer | pic x(n). | pic x(n). | |||
| string-length | cblt-x2-compx | pic x(2) comp-x. | |||
| status-code | 説明の読み方 参照 | ||||
| screen-position | 書込みを開始する画面位置。左上の角が行0、カラム0。 スクリーンルーチンを参照のこと。 |
| character-buffer | 書き込む文字列 |
| attribute-buffer | 書き込む属性列。 |
| string-length | 書き込む文字列の長さ。書込みが画面の終わりからはみ出す場合、書込みは画面の終わりで終了する。 |
なし
ブリンク属性はCOBOLシステムではサポートされていない。明るい背景色上に表示される文字の結果をブリンク(点滅)させて、文字を特定する。