0106: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 4: Line 4:
|One of two problems occurred:
|One of two problems occurred:
# The array sizes in a [[Mat]] statement do not match or,
# The array sizes in a [[Mat]] statement do not match or,
# Mat grouping (in a [[Input]]/ [[Print]]/ [[RInput]] Fields statement) was attempted with mismatched array sizes
# Mat grouping (in a [[Input]]/ [[Print]]/ [[RInput]] Fields statement) was attempted with mismatched array sizes.
|# Make sure that the [[dimension]] size of the arrays in the Mat statement are the same.
|# Make sure that the [[dimension]] size of the arrays in the Mat statement are the same.
# Make sure that the dimension size of the arrays in the Mat grouping are the same
# Make sure that the dimension size of the arrays in the Mat grouping are the same.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 15:17, 26 February 2014

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.