Contents - Index


TIME$

 

The TIME$ function returns the current time.  The function has no arguments.  The format of the string returned by this function is controlled by the settings in the Regional Options Control Panel of your Windows Operating System.

 

Example:   T$=concat$('The time is now ',TIME$)

 

Return to String Functions