Converts a time value in milliseconds to a specified Alpha string picture format.
Syntax:
mTStr(time value,picture)
Parameters:
time value – A numeric value representing the time value in milliseconds.
picture – The picture format for the Alpha string. For a full description, see pictures.
Returns:
An Alpha string of the time value in milliseconds.
Example:
mTStr(52221123,'HH:MM:SS.mmm') returns the Alpha string 14:30:21.123
mTStr(52221123,'HH:MM:SS') returns the Alpha string, 14:30:21
See also:
The Online and Rich Client Samples projects (program CV07 and RCV07)