
Chapter 14. Statement Reference
287
Run
RunRun
Run-
--
-time errors:
time errors:time errors:
time errors:
Error code Meaning
07h
Insufficient memory space
(You nested SUB statements to more than 10 levels.)
0Fh
String length out of the range
(The returned value of the string length exceeds the allowable
range.)
Reference:
Reference:Reference:
Reference:
Statements: DECLARE
Example:
Example:Example:
Example:
File 1
DECLARE
A=1:B=2
PRINT "TEST"
add(A,B)
File 2
SUB add(X,Y)
PRINT X+Y
END SUB
TEST
3
Comentários a estes Manuais