Error Messages/40873


Error message examples

Second parameter to MakeChangesInTable expected Table, IntraTable, DetermTable or ProbTable.

Cause

The second parameter to the function MakeChangesInTable is not optional and can take the above mentioned values.

Please visit the following links to learn more about the MakeChangesInTable function and for examples.

Remedies

Correct the function call by specifying the Table type, the second parameter to the function.

Example of a simple valid call:

MakeChangesInTable HugeTable Table(IndexA) 2(1);

See Also

Comments


You are not allowed to post comments.