AddBool

AddBool 1:

This method adds an argument of the type BOOL.

Syntax

METHOD AddBool : I_TcArguments
VAR_INPUT
    value : BOOL;
END_VAR

AddBool 2: Inputs

Name

Type

Description

value

BOOL

Value to be added.

AddBool 3: Return value

Name

Type

Description

AddBool

I_TcArguments

Returns the I_TcArgument pointer again.