AddWString
This method adds an argument of the type WSTRING.
Syntax
METHOD AddWString : I_TcArguments
VAR_IN_OUT CONSTANT
value : WSTRING;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
value | WSTRING | Value to be added. |
This method adds an argument of the type WSTRING.
METHOD AddWString : I_TcArguments
VAR_IN_OUT CONSTANT
value : WSTRING;
END_VAR
Name | Type | Description |
---|---|---|
value | WSTRING | Value to be added. |