[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    GetChar()

         Returns a characters from the screen

    Syntax:

         GetChar( nY, nX ) -> cChar

         nY : The Y coordinate
         nX : The X coordinate

    Description:

         Returns a character from the specified position of screen

    Return:

         The character from the screen.

    Example:

         ? GetChar ( 22, 10 )                   // "c"

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson