Error Messages/40350

< Error Messages
Revision as of 19:06, 28 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.