[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Function:   GetText()

               GetText() retrieves text from a screen position and returns
               it in a string variable.

   Syntax:     GetText(nRow,nCol,nLen) --> cText

   Arguments:  <nRow>,<nCol> is the position on the screen where to
               fetch the text. <nLen> is the length of the text to fetch.

   Returns:    a String, which is what is on the screen at that time.

   Usage:      /* Get last screen line */
               Text := GetText(MaxRow(),0,MaxCol()+1)

See Also: GetScreen()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson