Show2

Show2 1:

Output of a message with two values to be formatted.

VAR_INPUT

dLogType      : DWORD;
sLogCode      : T_MaxString;
sLogText      : T_MaxString;
tArg1         : T_Arg;
tArg2         : T_Arg;
bIgnoreBlock  : BOOL;

dLogType: Log type of the message to be displayed.

sLogCode: Optional, context-related additional information.

sLogText: Content of the message.

tArg1: First value to be formatted (see T_Arg).

tArg2: Second value to be formatted (see T_Arg).

bIgnoreBlock: Prevents the suppression of cyclically repeated messages.

VAR_OUTPUT

Show2     : BOOL;

Show2: Indicator of whether a message was output (TRUE) or discarded (FALSE).