operator= (String) 

Purpose

Assignment from a string.

Syntax

CRfcData& operator=(CSTR strValue);

Parameters

strValue: String value to set to the data object.

Return Value

Reference to this object itself.

Exceptions

Throws const char* for memory exceptions.

Description

This operator is only allowed on data object with character string types.

Related Information

operator= (Array)

operator= (CRfcData Object)

operator= (Integer)

operator= (Float Number)