We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#Text.maxrow
##Syntax maxrow : int
##Description The maxrow function is used to determine the number of rows on the screen.
##Example This program outputs the maximum row number.
put "Number of rows on the screen is ", maxrow
##Details For IBM PC compatibles, maxrow = 25. For many UNIX dumb terminals, maxrow = 24.
##Status Exported unqualified.
This means that you can call the function by calling maxrow or by calling Text.maxrow.
##See also text_locate.html procedure.html for an example of the use of maxrow.html.