change_state_to

Syntax

change_state_to <state_id>;

Terse form

state

Type

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

FDM function - Opcode 6

Parameters

Changes the current state to <state_id>.

Description

<state_id> is a number between 1 and 254.

References

SR-INS-002461 (FDM Scripts).

Notes

No parameter substitutions are possible with this statement.

Example

on DISTINCT_RING
   change_state_to 2;
end