<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Date and Time > cTimer > cTimer Methods > <cTimer>.Intermediate_Get |
Description
Returns intermediate time set by <cTimer>.Elapsed... methods.
Syntax
n = <cTimer>.Intermediate_Get(lIdx)
Returns
Number
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