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.
Comments
<comments />
Enable comment auto-refresher