Function EN Version 1.90

@Trace

Debugging

Syntax

@Trace(STATE1);

Description

Turns trace mode on (1) or off (0) according to FN STATE1. This determines whether all errors (1) or only severe errors (0) are written to the log file.

Example: @Trace(STATE1)

STATE1:=0;
@Trace(STATE1);

turns trace mode off

Note : This text was machine-translated and may contain inaccuracies.