0108

From BR Wiki
Revision as of 17:46, 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:

Maximum String Length (32,767) Exceeded

Cause:

A string functions yields a result that exceeds the maximum length of a string (32,767 bytes), such as RPT$("=", 36000).

Remedy:

Rearrange your logic so that you may manage multiple pieces of the large string.