trm_set_training_mode()

Purpose

Toggles the training mode operation

Old name

#define training_mode trm_set_training_mode

Syntax

void trm_set_training_mode(flag)

Parameters

int flag

Used to describe mode

Description

The trm_set_training_mode() function is used to switch on or off the flag which determines whether help messages should appear. The help key, normally <F10>, toggles between modes.

You can specify that all programs start in training mode with DFSETUP, or use this function in selected programs.

See also

field_help()

Example

trm_set_training_mode(TRUE);