0106

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Summary:

Array size conflict

Cause:

One of two problems occurred:

  1. The array sizes in a Mat statement do not match or,
  2. Mat grouping (in a Input/ Print/ RInput Fields statement) was attempted with mismatched array sizes.

Remedy:

  1. Make sure that the dimension size of the arrays in the Mat statement are the same.
  2. Make sure that the dimension size of the arrays in the Mat grouping are the same.