end_user_input

Syntax

end_user_input;

Terse form

eui

Type

Softkey return strings (FDM and SDC) - code x'96'

Parameters

Stops user collection process by disabling INCC. This statement is usually followed by the send_user_input or the send_encoded_user_input statement.

This statement sets the following flags:

INKP = 1
INSK = 1
INAL = 1
INCC = 0

Description

None.

References

SR-INS-002461 (FDM Scripts).

Example

end_user_input;

Related statements

See information, send_user_input, and set_info_flags.