0108

From BR Wiki
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.