CnSetAtΒΆ
CnSetAt adds a new data element to the container
- bool = CnSetAt(handle, index, dat)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- handle
Identifies the container.
- index
index is the position inside the container.
- dat
dat is a real, complex or string matrix.
See also
id-1551612