Error Messages/40350


Error message examples

The parameter to CopyIndex cannot be indexed by more than one dimension.

Cause

You passed in a multidimensional object to the CopyIndex function. The function only accepts a list or a one-dimensional array.

Remedies

Correct parameter passed to the CopyIndex function to be a list or a one dimensional array.

See Also

Comments


You are not allowed to post comments.