0108
(Redirected from 108)
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. |