Difference between revisions of "Error Messages/40879"

 
Line 19: Line 19:
 
* [[MakeChangesInTable]]
 
* [[MakeChangesInTable]]
 
* [[Table]]
 
* [[Table]]
* [[Working with Arrays (Tables)]]
+
* [[Tutorial: Arrays]]
 
* [[Arrays and Indexes]]
 
* [[Arrays and Indexes]]
 
* [[Function calls and parameters]]
 
* [[Function calls and parameters]]

Latest revision as of 19:15, 28 April 2016


Error message examples

 The table indexes specified to MakeChangesInTable do not match the actual
 existing table indexes for HugeTable. In this release, they must match exactly.

Cause

The indexes passed to the function MakeChangesInTable is not the same as the indexes of the Table you are trying to modify. The passed indexes and the actual indexes must be the same. You may have made a typo while specifying the indexes to the function.

Remedies

Correct the indexes passed to the MakeChangesInTable function to the indexes of the Table being modified.

See Also

Comments


You are not allowed to post comments.