Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 302 -
------------------------------------------------------------------------------
50. Set the text row number. <Main>
------------------------------------------------------------------------------
[Name]
_settextrows
[Syntax]
#include <graph.h>
short _settextrows( short rows ) ;
[Description]
Sets the text row number.
[Compatibility]
<MS-C Non-Compatible Specification>
(1) The maximum line number of each video mode is set for every
specification.
<MS-C Compatible Specification>
(1) The maximum line number of the video mode is set by specifying
"_MAXTEXTROWS(-1)".
(2) "_grstatus" function returns "_GRINVALIDPARAMETER" if "rows" is
negative.
(3) "_grstatus" function returns "_GRPARAMETERALTERED" if the correct
parameter is specified or the current video mode is not text mode.
[Remarks]
This function is available on both ACRTC and VGA Graphic.