PutElementIn<n>D<Type-Name>Array

Example: PutElementIn<n>D<Type-Name>ArrayArray Types and Functions

Stores an element in an array of the appropriate type.

void PutElementIn<n>D<Type-Name>Array( <Type-Name>Array array, int index1,...int indexn, <Actual Type-Name> Value );
ArrayAn array of the specified type.
index1,... indexnThe indices of the element to be stored.
ValueThe value to be stored, in the native type of the language.

The PutElementIn<n>D<Type-Name>Array family of functions store a value of a given type in an array of the lrc type given in Type-Name.

Return Values

lrc Return Values

Parameterization

Parameterization is not applicable to this function.