CBL_WRITE_SCR_N_CHATTR

画面上の位置列へ指定された文字と属性を書き込む。

構文:
call "CBL_WRITE_SCR_N_CHATTR" using     screen-position
                                        character
                                        attribute
                                        fill-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 cblt-x1-compx pic x.
attribute cblt-x1-compx pic x.
fill-length cblt-x2-compx pic x(2) comp-x.
status-code 説明の読み方 参照
入力パラメタ:
screen-position

書込みを開始する画面位置。左上の角が行0、カラム0。 「スクリーンルーチン」を参照のこと。

character

書き込む文字

attribute

書き込む属性。

string-length

文字-属性ペアを書き込む画面位置の個数。書込みが画面の終わりをはみ出す場合、書込みは画面の終わりで終了する。

出力パラメタ:

なし

説明:

点滅属性は本COBOLシステムではサポートされていない。文字を点滅させるように指定すると、明るい背景色で文字が表示される。

他参照:

関連項目