Show5

Show5 1:

Output of a message with five values to be formatted.

VAR_INPUT

dLogType      : DWORD;
sLogCode      : T_MaxString;
sLogText      : T_MaxString;
tArg1         : T_Arg;
tArg2         : T_Arg;
tArg3         : T_Arg;
tArg4         : T_Arg;
tArg5         : 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).

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

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

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

bIgnoreBlock: Prevents the suppression of cyclically repeated messages.

VAR_OUTPUT

Show5     : BOOL;

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