0108

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:

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.