0058

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.