Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
C.1.48. Error 90 - External name not found.
Explanation:
An external method or routine (specified with the EXTERNAL option on an ::ATTRIBUTE, a ::METHOD, or a ::ROUTINE directive) cannot be found.
The associated subcodes are:
900
message
.
997
Unable to find external class "
class
".
998
Unable to find external method "
method
".
999
Unable to find external routine "
routine
".
Prev
C.1.47. Error 89 - Variable or message term expec...
Up
Home
Next
C.1.49. Error 91 - No result object.