CTIME |
DEVELOPER |
|
|
Purpose |
CTIME converts between alphanumeric and numeric time. |
Syntax |
CTIME(operand) |
Operation |
operand is a valid alphanumeric constant, variable, or expression in the format HH:MM:SS, or a valid numeric constant, variable, or expression in the format 0.6. |
Remarks |
Two forms of time are supported by PROIV: |
Example |
Assume $TIME1 = ‘085624’ and #DATE1 = 67628 Format Result #TIME2 = CTIME($TIME1).............gives....#TIME2 = 0.3725 |
Topic ID: 520037