Vtech PreComputer Power Pad Plus User Manual - Page 79

String Formula Too Complex

Page 79 highlights

OUT OF STRING SPACE String variables have caused BASIC to exceed the amount of free memory remaining. OVERFLOW The result of a calculation is too large to be represented in the number format. If underflow occurs, the result is zero and execution continues without an error. REDIMENSIONED ARRAY Two DIM statements are given for the same array, or a DIM statement is given for an array after the default dimension of 10 has been established for that array. REDO A string is assigned to a numeric variable during the execution of the INPUT command. RETURN WITHOUT GOSUB A RETURN statement is encountered for which there is no previous unmatched GOSUB statement. STRING FORMULA TOO COMPLEX A string expression is too long or too complex. The expression should be broken into smaller expressions. STRING TOO LONG An attempt is made to create a string more than 255 characters long. SUBSCRIPT OUT OF RANGE An array element is referenced either with a subscript that is outside the dimensions of the array or with the wrong number of subscripts. SYNTAX ERROR A line is encountered that contains some incorrect sequence of characters (such as unmatched parentheses, misspelled command or statement, incorrect punctuation, etc.) TYPE MISMATCH A string variable name is assigned a numeric value or vice versa; a function that expects a numeric argument is given a string argument or vice versa. 75

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88

75
OUT OF STRING SPACE
String variables have caused
BASIC
to exceed the amount of free memory remaining.
OVERFLOW
The result of a calculation is too large to be represented in the number format.
If underflow
occurs, the result is zero and execution continues without an error.
REDIMENSIONED ARRAY
Two
DIM
statements are given for the same array, or a
DIM
statement is given for an
array after the default dimension of 10 has been established for that array.
REDO
A string is assigned to a numeric variable during the execution of the
INPUT
command.
RETURN WITHOUT GOSUB
A
RETURN
statement is encountered for which there is no previous unmatched
GOSUB
statement.
STRING FORMULA TOO COMPLEX
A string expression is too long or too complex.
The expression should be broken into
smaller expressions.
STRING TOO LONG
An attempt is made to create a string more than 255 characters long.
SUBSCRIPT OUT OF RANGE
An array element is referenced either with a subscript that is outside the dimensions of
the array or with the wrong number of subscripts.
SYNTAX ERROR
A line is encountered that contains some incorrect sequence of characters (such as
unmatched parentheses, misspelled command or statement, incorrect punctuation, etc.)
TYPE MISMATCH
A string variable name is assigned a numeric value or vice versa; a function that expects
a numeric argument is given a string argument or vice versa.