qbasic.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Out of string space
The string space needed for your string variables exceeds
the amount available. To get more string space:
  ■ Reduce the number of variables.
  ■ Reduce the number or size of arrays of strings.
  ■ Reduce the stack size. Use the CLEAR statement to
    resize the stack.
 
ERR code: 14