TimeStamp()
TimeStamp()
Type: REGULAR FUNCTION
Purpose: Create a string of the form “Hr:Min:Sec”.
If no parameter is given, use the current system time. Otherwise, convert the parameter into a date. The parameter is derived from function Time().
You can print the current time and date to the output file by using:
Printl(TimeStamp(), ” “, DateStamp())
Result = TimeStamp()
or
Result = TimeStamp(Marker)
Marker |
INDEX |
Elapsed seconds from 00:00:00, 1/1/70 |
|
Result | STRING |
Time in the form Hr:Min:Sec |
Comments are closed.