0370: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 17:47, 28 June 2013

Summary:

  1. exceeded maximum variable length (32,767) for legacy application
  2. line too lengthy and complex
  3. Attempt to dim an array at 0

Cause:

  1. exceeded maximum variable length (32,767) for legacy application (or Option (Config) 60 is enabled)
  2. break the line up into multiple simpler lines
  3. Dim array to 1 then MAT to 0

This Error is available as of Business Rules! release 4.2.

Remedy: