<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Date and Time > cTimer > cTimer Methods > <cTimer>.Intermediate_GetDescription |
Description
Returns intermediate description set by <cTimer>.Elapsed... methods.
Syntax
s = <cTimer>.Intermediate_GetDescription(lIdx)
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
lIdx |
Number |
No |
Index of the intermediate timer set by <cTimer>.Elapsed... methods |
Remarks
Restrictions
See also
<cTime>.Elapsed, <cTime>.ElapsedToString
Examples