operator= (Array) 

Purpose

Assignment from an array.

Syntax

CRfcData& operator=(RFC_CHAR arrayValue[ ]);

Parameters

arrayValue: Array of values to set to the data object.

Return Value

Reference to this object itself.

Description

This operator is only allowed on data object of types TYPC.

Related Information

operator= (Array)

operator= (CRfcData Object)

operator= (Integer)

operator= (Float Number)

operator= (String)