Denso BHT-200QW Spezifikationen Seite 192

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 587
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 191
184
When calling a user-defined function
Error code and message Meaning
error 68: Mismatch argument type
or number
• The number of the real parameters is not
equal to that of the dummy parameters.
dummyparameter was an integer
variable in defining a function, but
realparameter is a real type in calling
the function. (If dummypa-rameter was
a real variable in defining a function and
realparameter is an integer type, then
no error occurs.)
error 69: Function undefined
Calling of a user-defined function precedes
the definition of the function.
Run
RunRun
Run-
--
-time errors:
time errors:time errors:
time errors:
Error code Meaning
07h
Insufficient memory space
(You nested DEF FN statements to more than 10 levels.)
0Dh
END DEF out of the DEF FN block
0Fh
String length out of the range
(The returned value of stringlength exceeds the allowable
range.)
Ex
ExEx
Example:
ample:ample:
ample:
DEF FNappend$(a$,b%)[128]
c$=""
FOR i%=1 TO b%
c$=c$+a$
NEXT
FNappend$=c$
END DEF
PRINT FNappend$("AB",3)
ABABAB
Seitenansicht 191
1 2 ... 187 188 189 190 191 192 193 194 195 196 197 ... 586 587

Kommentare zu diesen Handbüchern

Keine Kommentare