cobol1.hlp (Topic list)
CBL_WRITE_SCR_CHARS_ATTR Details (↑ Screen Routines)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Parameters on Entry:
 
     screen-position         The screen position at which to start writing.
                             The top left corner is row 0, column 0.
                             See Notes on screen routines.
 
     character-buffer        The characters to write.
 
     attribute               The attribute to write.
 
     string-length           The length of the string to write. If this
                             would go off the end of the screen, the
                             write finishes at the end of the screen.
 
  Parameters on Exit:
 
     None
                                    -♦-