Difference between revisions of "Error Messages/40872"

 
Line 14: Line 14:
  
 
==See Also==
 
==See Also==
* [[Working with Arrays (Tables)]]
+
* [[Tutorial: Arrays]]
 
* [[Table]]
 
* [[Table]]
 
* [[MakeChangesInTable]]
 
* [[MakeChangesInTable]]

Latest revision as of 19:14, 28 April 2016


Error message examples

To use MakeChangesInTable, Nottable must already be defined as a table.

Cause

You passed an object, which is not defined as a Table, as the first parameter, «ident», to the function MakeChangesInTable. The function can only be used to make an increment changes to an object that has already been defined as a Table.

Remedies

Correct the first parameter, «ident», passed to the MakeChangesInTable function.

See Also

Comments


You are not allowed to post comments.