App_Timer

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Application functions >

App_Timer

 

Description

 

Returns various script timing that can be used for script tuning.

 

Syntax

 

n = APP_Timer(TimerType)

 

Returns

 

Number expressed in seconds.

 

Parameters

 

Name

Type

Optional

Meaning

TimerType

Number

No

The requested timer. See APP_Timer equates for possible timer values

 

Remarks

 

Restrictions

 

See also

 

App Object,

 

Examples