CBL_GET_CSR_POS

カーソル位置を戻す。

構文:
call "CBL_GET_CSR_POS" using     screen-position
                       returning status-code
パラメタ:
呼び出しプロトタイプ使用時 ( 説明の読み方) PIC (32bitシステム)
screen-position Group predefined as cblt-screen-position containing: Group containing:
  cblte-scrp-row   cblt-x1-compx   pic x comp-x.
  cblte-scrp-col   cblt-x1-compx   pic x comp-x.
status-code 説明の読み方 参照
入力パラメタ:

なし

出力パラメタ:
screen-position

カーソルの画面位置。左上の角が行0、カラム0。カーソルが見えない場合は、cblte-scrp-rowcblte-scrp-col両方とも255に設定されている。

他参照:

関連項目