0004

From BR Wiki
Jump to navigation Jump to search

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.