AddWString

AddWString 1:

This method adds an argument of the type WSTRING.

Syntax

METHOD AddWString : I_TcArguments
VAR_IN_OUT CONSTANT
    value : WSTRING;
END_VAR

AddWString 2: Inputs

Name

Type

Description

value

WSTRING

Value to be added.

AddWString 3: Return value

Name

Type

Description

AddWString

I_TcArguments

Returns the I_TcArgument pointer again.