[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function: UnPackTime()
This function restores the Time that was packed
using PackTime(). This can be handy in situations
where one would want to restore the time, for
example to display it on screen or in reports.
Syntax: UnPackTime(<cPackedTime>) --> cTime
Arguments: The 2 char string that was returned by
PackTime().
Returns: the time string, in "HH:MM:SS" form.
Usage: * - Print out Time of event of some Log.
? 'event Occured at '+UnpackTime(LOG->t_Stamp)
See Also:
UnPackDate()
PackTime()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson