CellPutS

CellPutS sends a string value to a cube cell.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

CellPutS(String, Cube, e1, e2 [,...en]);

Argument

Description

String

A string.

Cube

The name of the cube to which you want to send the string.

e1,...en

Dimension element names that define the intersection of the cube to receive the string.

Arguments e1 through en are sequence-sensitive. e1 must be an element from the first dimension of the cube, e2 must be an element from the second dimension, and so on. These arguments can also be the names of aliases for dimension elements or TurboIntegrator variables.

Example

CellPutS('jones', 'Personnel', 'Rep', 'Europe', 'Product');

This example sends the string 'jones' to the intersection of the Rep, Europe, and Product elements in the personnel cube.