AddByte

AddByte 1:

This method adds an argument of the type BYTE.

Syntax

METHOD AddByte : I_TcArguments
VAR_INPUT
    value : BYTE;
END_VAR

AddByte 2: Inputs

Name

Type

Description

value

BYTE

Value to be added.

AddByte 3: Return value

Name

Type

Description

AddByte

I_TcArguments

Returns the I_TcArgument pointer again.