0004
(Redirected from 4)
|
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. |