cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBL_WRITE_SCR_ATTRS 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.
 
     attribute-buffer        The attributes 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
                                    -♦-