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

         Clears the screen with optional color and string

    Syntax:

         Screen( [cString], [cColor] ) -> Nil

         cString : String to fill up the screen
         cColor  : Optional color.

    Description:

         Clears the screen with optionals string and color.

    Return:

         Nothing.

    Example:

         Screen()                          // usual cls
         Screen( "Fast Library " )         // cls with string
         Screen( "Fast Library ", "R/B" )  // cls with string and color

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