TIMEVAL()
Description
This function implements the TIMEVAL() function for SBL
compatibility. It uses the string2time() function to
parse the value in sValue. If the value in the
sFormat parameter is invalid or any other problem
occurs, .nul is returned otherwise the time in
milliseconds is returned as an integer.
Prototype
TIMEVAL (
string ,
string sValue )
sFormat
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| sValue | None | string | |
| sFormat | None | string |


