Time

Returns the current system time as a string

Syntax
	KeyPgDeclareDeclare KeyPgFunctionFunction Time ( ) KeyPgAsAs KeyPgStringString

Usage
	result = Time[$]

Return Value
	Returns the current system time.

Description
	Returns the current system time in the format hh:mm:ss.

Example
	Print "the current time is: "; Time

Differences from QB
	* The QB TIME statement (to set the system time) is now called KeyPgSettimeSetTime.
	* The string type suffix "$" is required in the CompilerOptlang-lang qb dialect.
	* The string type suffix "$" is optional in the CompilerOptlang-lang fblite dialect.
	* The string type suffix "$" is ignored in the CompilerOptlang-lang fb dialect, warn 
	  only with the CompilerOptw-w suffix compile option (or CompilerOptw-w pedantic compile 
	  option).

See also
	* KeyPgDateDate
	* KeyPgTimerTimer

