[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPunpackTime()
Restore the time string from packed time
------------------------------------------------------------------------------
Function: XPunPackTime()
This function restores the Time that was packed
using XPpackTime(). 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: XPunPackTime(<cPackedTime>) --> cTime
Arguments: The 2 char string that was returned by
XPpackTime().
Returns: the time string, in "HH:MM:SS" form.
Usage: * - Print out Time of event of some Log.
? 'event Occured at '+XPunpackTime(LOG->t_Stamp)
See Also:
XPunpackDate()
XPpackTime()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson