clear_timer

Syntax

clear_timer;

Terse form

clrtmr

Type

Softkey return strings (FDM only) - code x'9B'

FDM Function - Opcode 7

Parameters

Clears the timer.

Description

None.

References

SR-INS-002461 (softkey), SR-INS-002461 (FDM Scripts).

Example

on DIAL_TONE
   clear_timer;
end