0058

From BR Wiki
Jump to navigation Jump to search

Summary:

I/O string overflow

Cause:

  1. An I/O statement (Read, Write, Print or Input) tried to read data into a string variable that wasn't dimensioned large enough.
  2. When creating a Grid and List

Remedy:

  1. Shorten the string or increase the dimension length of the string variable.
  2. The FORMS$ matrix field lengths have to agree (DIM EXACTLY) with the variables that you are reading them into/out of.