AddWord

AddWord 1:

This method adds an argument of the type WORD.

Syntax

METHOD AddWord : I_TcArguments
VAR_INPUT
    value : WORD;
END_VAR

AddWord 2: Inputs

Name

Type

Description

value

WORD

Value to be added.

AddWord 3: Return value

Name

Type

Description

AddWord

I_TcArguments

Returns the I_TcArgument pointer again.