Display the current time in BIG DIGITS
──────────────────────────────────────────────────────────────────────────────
Syntax
GT_BigTime(<nRow>,<nCol>,<cColor>)
Arguments:
<nRow> Row number to print the time at.
<nCol> Column number to print the time at.
<cColor> Colour to display the time in.
Returns:
Nothing.
Description:
GT_BigTime() was originally written for use by the GT_Clock()
screen saver; but it can be used separately for displaying the
current time.
Examples:
GT_BigTime(10,10,"R+/N")
Source: GTBIGTIM.PRG
Author: Brian Dukes