0370

From BR Wiki
Revision as of 17:47, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: