AddInt

AddInt 1:

This method adds an argument of the type INT.

Syntax

METHOD AddINT : I_TcArguments
VAR_INPUT
    value : INT;
END_VAR

AddInt 2: Inputs

Name

Type

Description

value

INT

Value to be added.

AddInt 3: Return value

Name

Type

Description

AddInt

I_TcArguments

Returns the I_TcArgument pointer again.