0004

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:

String overflow

Cause:

The program tried to assign a character string to a variable, and found that the string was longer than the maximum length dimensioned for the variable.

Remedy:

Shorten the string or enlarge the defined variable length.