CnInsertAtΒΆ

Inserts an element into a container.

bool = CnInsertAt(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 insert position.

dat

dat is a real, complex or string matrix.

id-1417612