home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / lwp95en / lotus012.dsk / LSEN30EN.DLL / string.txt next >
Text File  |  1995-08-15  |  17KB  |  484 lines

  1. 8192    Operation failed
  2. 8193    File not found
  3. 8194    Unable to open file
  4. 8195    Use general help for this context
  5. 8196    Unable to allocate memory
  6. 8197    Registry module exists
  7. 8198    Registry module not found
  8. 8199    Can only run a Sub
  9. 8200    Can only run a Sub with no parameters
  10. 8201    Subprogram name exists
  11. 8202    Subprogram name invalid
  12. 8203    Subprogram not found
  13. 8204    Text not found
  14. 8205    Invalid variable type
  15. 8206    Script is executing
  16. 8207    Too many recursive scripts
  17. 8208    Too many errors in script; operation aborted
  18. 12288    Classes
  19. 12289    Arg%d
  20. 12290     AS 
  21. 12291    (Disabled)
  22. 12292    BYVAL 
  23. 12293    ..
  24. 12294    )
  25. 12295    : 
  26. 12296    , 
  27. 12297    Data Members
  28. 12298    (Declarations)
  29. 12299    Events
  30. 12300    Globals
  31. 12301    Initialize
  32. 12302    LotusScript Language
  33. 12303    Script Classes
  34. 12304    Script Types
  35. 12305    Methods
  36. 12306    No Items Available
  37. 12307    OLE2 Classes
  38. 12308    (
  39. 12309    (Options)
  40. 12310    Product
  41. 12311    Variables
  42. 12312    Subs and Functions
  43. 12313    Constants
  44. 12314    Properties
  45. 12315    SOURCE
  46. 12316    Terminate
  47. 12317     (%s)
  48. 12318    UNKNOWN
  49. 16384    All
  50. 16385    Data types
  51. 16386    Predefined data types
  52. 16387    Testing for data types and values
  53. 16388    User-defined data types
  54. 16389    Date and time handling
  55. 16390    Converting date and time values
  56. 16391    Getting and setting dates
  57. 16392    Getting and setting time
  58. 16393    Declarations and definitions
  59. 16394    Arrays
  60. 16395    Constants
  61. 16396    Declaration options
  62. 16397    Functions, properties, and subs
  63. 16398    Lists
  64. 16399    Scalar variables
  65. 16400    User-defined data types and classes
  66. 16401    Variants
  67. 16402    Data manipulation
  68. 16403    Arrays
  69. 16404    Constants
  70. 16405    Functions, properties, and subs
  71. 16406    Lists
  72. 16407    OLE2 objects
  73. 16408    Product objects
  74. 16409    Scalar variables
  75. 16410    Classes
  76. 16411    Variants
  77. 16412    Error handling
  78. 16413    Event handling
  79. 16414    File handling
  80. 16415    Creating, opening, and closing files
  81. 16416    Getting and setting file information
  82. 16417    Getting and setting file positions
  83. 16418    Managing files and directories
  84. 16419    Reading from files
  85. 16420    Writing to files
  86. 16421    Flow of control
  87. 16422    Branching
  88. 16423    Looping
  89. 16424    Script execution
  90. 16425    Number handling
  91. 16426    Mathematical functions
  92. 16427    Number/number conversion
  93. 16428    Number/string conversion
  94. 16429    Trigonometric functions
  95. 16430    Operators
  96. 16431    Arithmetic operators
  97. 16432    Relational operators
  98. 16433    Concatenation operators
  99. 16434    Logical operators
  100. 16435    Script environment
  101. 16436    External modules and definitions
  102. 16437    Script options
  103. 16438    Source code control
  104. 16439    String handling
  105. 16440    Platform character codes
  106. 16441    Character extraction
  107. 16442    Character replacement
  108. 16443    Comparison
  109. 16444    Conversion and formatting
  110. 16445    Number/string conversion
  111. 16446    Unicode string handling
  112. 16447    System and environment handling
  113. 16448    Executing programs and macros
  114. 16449    Terminal input and output
  115. 16450    ^
  116. 16451    -
  117. 16452    *
  118. 16453    /
  119. 16454    \
  120. 16455    +
  121. 16456    &
  122. 16457    =
  123. 16458    <>
  124. 16459    ><
  125. 16460    <
  126. 16461    <=
  127. 16462    =<
  128. 16463    >
  129. 16464    >=
  130. 16465    =>
  131. 16466    Abs ( numExpr )@Abs
  132. 16467    Acos@ACos ( numExpr )@ACos
  133. 16468    ActivateApp windowName@ActivateApp
  134. 16469    And
  135. 16470    Asc ( stringExpr )@Asc
  136. 16471    Asin@ASin ( numExpr )@ASin
  137. 16472    Atn @ATn ( numExpr )@ATn
  138. 16473    Atn2@ATn2 ( numExprX, numExprY )@ATn2
  139. 16474    Beep
  140. 16475    Bin ( numExpr )@Bin
  141. 16476    Bin$ ( numExpr )@Bin$
  142. 16477    Call subOrFunction [ ( [ argList ] ) ]@Call
  143. 16478    Ccur@CCur ( expr )@CCur
  144. 16479    Cdat@CDat ( dateExpr )@CDat
  145. 16480    Cdbl@CDbl ( expr )@CDbl
  146. 16481    Chdir@ChDir path@ChDir
  147. 16482    Chdrive@ChDrive drive@ChDrive
  148. 16483    Chr ( numExpr )@Chr
  149. 16484    Chr$ ( numExpr )@Chr$
  150. 16485    Cint@CInt ( expr )@CInt
  151. 16486    Class@[ Public | Private ] Class className [ As baseClass ] classBody End Class@Class
  152. 16487    Clng@CLng ( expr )@CLng
  153. 16488    Close [ [ # ] fileNumber [ , [ # ] fileNumber ] ... ]@Close
  154. 16489    Command @Command@Command
  155. 16490    Command$
  156. 16491    Const@[ Public | Private ] Const constName = expr [ , constName = expr ]...@Const
  157. 16492    Cos ( angle )@Cos
  158. 16493    CreateObject ( className )@CreateObject
  159. 16494    Csng@CSng ( expr )@CSng
  160. 16495    Cstr@CStr ( expr )@CStr
  161. 16496    Curdir @CurDir [ ( drive ) ]@CurDir
  162. 16497    Curdir$@CurDir$ [ ( drive ) ]@CurDir$
  163. 16498    Curdrive @CurDrive@CurDrive
  164. 16499    Curdrive$@CurDrive$@CurDrive$
  165. 16500    Currency
  166. 16501    Cvar@CVar ( expr )@CVar
  167. 16502    Datatype@DataType ( expr )@DataType
  168. 16503    Date
  169. 16504    Date = dateExpr@Date
  170. 16505    Date$
  171. 16506    Date$ = dateExpr@Date$
  172. 16507    Datenumber@DateNumber ( year , month , day )@DateNumber
  173. 16508    Datevalue@DateValue ( stringExpr )@DateValue
  174. 16509    Day ( dateExpr )@Day
  175. 16510    Declare [ Public | Private ] { Function | Sub } LSname Lib libName [ Alias aliasName ] ( [ argList ] ) [ As returnType ]@Declare
  176. 16511    DefCur range [ , range ] ...@DefCur
  177. 16512    DefDbl range [ , range ] ...@DefDbl
  178. 16513    DefInt range [ , range ] ...@DefInt
  179. 16514    DefLng range [ , range ] ...@DefLng
  180. 16515    DefSng range [ , range ] ...@DefSng
  181. 16516    DefStr range [ , range ] ..@DefStr
  182. 16517    DefVar range [ , range ] ...@DefVar
  183. 16518    Delete objRef@Delete
  184. 16519    Delete@Sub Delete [ statements ] End Sub@Delete
  185. 16520    Dim variableDeclaration [  , variableDeclaration ]...@Dim
  186. 16521    Static variableDeclaration [  , variableDeclaration ]...@Static
  187. 16522    Public variableDeclaration [  , variableDeclaration ]...@Public
  188. 16523    Private variableDeclaration [  , variableDeclaration ]...@Private
  189. 16524    Dir [ ( fileSpec [ , attributeMask ] ) ]@Dir
  190. 16525    Dir$ [ ( fileSpec [ , attributeMask ] ) ]@Dir$
  191. 16526    Do [ While | Until condition ] [ statements ] Loop@Do
  192. 16527    Do [ statements ] Loop [ While | Until condition ]@Do
  193. 16528    Double
  194. 16529    End [ returnCode ]@End
  195. 16530    Environ ( { environName | n } )@Environ
  196. 16531    Environ$ ( { environName | n } )@Environ$
  197. 16532    Eof ( fileNumber )@Eof
  198. 16533    Eqv
  199. 16534    Erase { arrayName | listName | listName ( tag ) } [, { arrayName | listName | listName ( tag ) } ]...@Erase
  200. 16535    Erl
  201. 16536    Err
  202. 16537    Err = errNumber@Err
  203. 16538    Error [ ( errNumber ) ]@Error
  204. 16539    Error errNumber [ , msgExpr ]@Error
  205. 16540    Error$ [ ( errNumber ) ]@Error$
  206. 16541    Evaluate ( macro [ , object ] )@Evaluate
  207. 16542    Execute ( text )@Execute
  208. 16543    Execute text@Execute
  209. 16544    Exit Do@Exit Do
  210. 16545    Exit For@Exit For
  211. 16546    Exit ForAll@Exit ForAll
  212. 16547    Exit Function@Exit Function
  213. 16548    Exit Property@Exit Property
  214. 16549    Exit Sub@Exit Sub
  215. 16550    Exp ( numExpr )@Exp
  216. 16551    FALSE
  217. 16552    FileAttr ( fileNumber , attribute )@FileAttr
  218. 16553    FileCopy source , destination@FileCopy
  219. 16554    FileDateTime ( fileName )@FileDateTime
  220. 16555    FileLen ( fileName )@FileLen
  221. 16556    Fix ( numExpr )@Fix
  222. 16557    For countVar = first To last [ Step increment ] [ statements ] Next [ countVar [ , countVar ] ... ]@For
  223. 16558    Forall@ForAll refVar In container [ statements ] End ForAll@ForAll
  224. 16559    Format ( expr [ , fmt$ ] )@Format
  225. 16560    Format$ ( expr [ , fmt$ ] )@Format$
  226. 16561    Fraction ( numExpr )@Fraction
  227. 16562    FreeFile
  228. 16563    Function@[ Static ] [ Public | Private ] Function functionName [ ( [ argList ] ) ] [ As type ] [ statements ] End Function@Function
  229. 16564    Get [#]fileNumber , [ recordNumber ] , variableName@Get
  230. 16565    GetFileAttr ( fileName )@GetFileAttr
  231. 16566    GetObject ( pathname [ , classname ] )@GetObject
  232. 16567    GoSub label [ statements] label : [ statements ] Return@GoSub
  233. 16568    GoTo label@GoTo
  234. 16569    Hex ( numExpr )@Hex
  235. 16570    Hex$ ( numExpr )@Hex$
  236. 16571    Hour ( dateExpr )@Hour
  237. 16572    If condition GoTo label [ Else [ statements ] ]@If
  238. 16573    If condition Then [ statements ] [ Else [ statements ] ]@If
  239. 16574    If condition Then...@If
  240. 16575    IMEStatus
  241. 16576    Imp
  242. 16577    Include@%Include fileName...@%Include
  243. 16578    Initialize@Sub Initialize [ statements ] End Sub@Initialize
  244. 16579    Input ( count , [#]fileNumber )@Input
  245. 16580    Input #fileNumber , variableList@Input #
  246. 16581    Input$ ( count , [#]fileNumber )@Input$
  247. 16582    InputB ( count , [#]fileNumber )@InputB
  248. 16583    InputB$ ( count , [#]fileNumber )@InputB$
  249. 16584    InputBox ( prompt [ , [ title ] ] [ , [ default ] [ , xpos , ypos ] ] )@InputBox
  250. 16585    InputBox[$] ( prompt [ , [ title ] ] [ , [ default ] [ , xpos , ypos ] ] )@InputBox$
  251. 16586    Instr @InStr ( [ begin , ] string1 , string2 )@InStr
  252. 16587    Instr2@InStr ( begin , string1 , string2 , compMethod )@InStr
  253. 16588    Instrb @InStrB ( [ begin , ] string1 , string2 )@InStrB
  254. 16589    Int ( numExpr )@Int
  255. 16590    Integer
  256. 16591    Is
  257. 16592    IsArray ( expr )@IsArray
  258. 16593    IsDate ( expr )@IsDate
  259. 16594    IsElement ( listName ( stringExpr ) )@IsElement
  260. 16595    IsEmpty ( expr )@IsEmpty
  261. 16596    IsList ( expr )@IsList
  262. 16597    IsNull ( expr )@IsNull
  263. 16598    IsNumeric ( expr )@IsNumeric
  264. 16599    IsObject ( expr )@IsObject
  265. 16600    IsScalar ( expr )@IsScalar
  266. 16601    IsUnknown ( expr )@IsUnknown
  267. 16602    Kill fileName@Kill
  268. 16603    Lbound@LBound ( arrayName [ , dimension ] )@LBound
  269. 16604    Lcase @LCase ( expr )@LCase
  270. 16605    Lcase$@LCase$ ( expr )@LCase$
  271. 16606    Left ( expr , n )@Left
  272. 16607    Left$ ( expr , n )@Left$
  273. 16608    Len ( { stringExpr | variantExpr | variableExpr | typeName } )@Len
  274. 16609    LenB ( { stringExpr | variantExpr | variableExpr | typeName } )@LenB
  275. 16610    LenBP ( { stringExpr | variantExpr | variableExpr | typeName } )@LenBP
  276. 16611    Let@[ Let ] variableID = expr@Let
  277. 16612    Like
  278. 16613    Line Input #fileNumber , varName@Line Input #
  279. 16614    ListTag ( refVar )@ListTag
  280. 16615    Loc ( fileNumber )@Loc
  281. 16616    Lock [#]fileNumber [ , recordNumber  |  { [ start ] To end  } ]@Lock
  282. 16617    Lof ( fileNumber )@Lof
  283. 16618    Log ( numExpr )@Log
  284. 16619    Long
  285. 16620    Lset@LSet stringVar = stringExpr@LSet
  286. 16621    Ltrim @LTrim ( stringExpr )@LTrim
  287. 16622    Ltrim$@LTrim$ ( stringExpr )@LTrim$
  288. 16623    MessageBox (message [ , [ buttons + icon + default + mode ] [ , boxTitle ] ] )@MessageBox
  289. 16624    MessageBox message [ , [ buttons + icon + default + mode ] [ , boxTitle ] ]@MessageBox
  290. 16625    Mid ( stringVar , start [ , length ] ) = stringExpr@Mid
  291. 16626    Mid (expr , start [ , length ] )@Mid
  292. 16627    Mid$ ( stringVar , start [ , length ] ) = stringExpr@Mid$
  293. 16628    Mid$ (expr , start [ , length ] )@Mid$
  294. 16629    Minute ( dateExpr )@Minute
  295. 16630    MkDir path@MkDir
  296. 16631    Mod
  297. 16632    Month ( dateExpr )@Month
  298. 16633    Name oldName As newName@Name
  299. 16634    New@Sub New [ ( [ argList ] ) ] [ , baseClass ( [ baseArgList ] ) ] [ statements ] End Sub@New
  300. 16635    Not expr@Not
  301. 16636    Nothing@NOTHING@NOTHING
  302. 16637    Now
  303. 16638    Null@NULL@NULL
  304. 16639    Oct ( numExpr )@Oct
  305. 16640    Oct$ ( numExpr )@Oct$
  306. 16641    On Error [ errNumber ] { GoTo label  | Resume Next | GoTo 0 }@On Error
  307. 16642    On Event eventName From prodObject { Call handlerName | Remove [ handlerName ] }@On Event
  308. 16643    On numExpr GoSub label [ , label ]... [ statements ] label:  statements ... Return label : statements ... Return ...@On
  309. 16644    On numExpr GoTo label [ , label ]...@On
  310. 16645    Open fileName [ For { Random | Input | Output | Append | Binary } ] [ Access { Read | Read Write | Write } ] [ { Shared | Lock Read | Lock Read Write | Lock Write } ] As [#]fileNumber [ Len = recLen ]@Open
  311. 16646    Option Base base@Option Base
  312. 16647    Option Compare { Case | NoCase | Binary }@Option Compare
  313. 16648    Option Declare@Option Declare
  314. 16649    Option Public@Option Public
  315. 16650    Or
  316. 16651    PI
  317. 16652    Print #fileNumber [ , exprList ]@Print #
  318. 16653    Print [ exprList ]@Print
  319. 16654    Property Get@[ Static ] [ Public | Private ] Property Get propertyName [ As type ] [ statements ] End Property@Property Get
  320. 16655    Property Set@[ Static ] [ Public | Private ] Property Set propertyName [ As type ] [ statements ] End Property@Property Set
  321. 16656    Put [#]fileNumber , [ recordNumber ] , varName@Put
  322. 16657    Randomize [ numExpr ]@Randomize
  323. 16658    Redim@ReDim [ Preserve ] arrayName ( bounds ) [ As type] [ , arrayName ( bounds ) [ As type ] ... ]@ReDim
  324. 16659    Rem2@%Rem...@%Rem
  325. 16660    Rem text@Rem
  326. 16661    Reset
  327. 16662    Resume [ 0 | Next | label ]@Resume
  328. 16663    Return
  329. 16664    Right ( expr , n )@Right
  330. 16665    Right$ ( expr , n )@Right$
  331. 16666    Rmdir@RmDir path@RmDir
  332. 16667    Rnd [ ( numExpr ) ]@Rnd
  333. 16668    Round ( numExpr , places )@Round
  334. 16669    Rset@RSet stringVar = stringExpr@RSet
  335. 16670    Rtrim @RTrim ( stringExpr )@RTrim
  336. 16671    Rtrim$@RTrim$ ( stringExpr )@RTrim$
  337. 16672    Second ( dateExpr )@Second
  338. 16673    Seek ( fileNumber )@Seek
  339. 16674    Seek [#]fileNumber , position@Seek
  340. 16675    Select Case selectExpr: [ Case condList1 [ statements ] ] [ Case condList2 [ statements ] ] ... [ Case Else [ statements ] ] End Select@Select Case
  341. 16676    SendKeys string [ , processNow ]@SendKeys
  342. 16677    Set var = New class [ ( [ argList ] ) ]@Set
  343. 16678    Set var1 = var2@Set
  344. 16679    Set var = Bind [ prodClass ] ( objectName )@Set
  345. 16680    SetFileAttr fileName , attributes@SetFileAttr
  346. 16681    Sgn ( numExpr )@Sgn
  347. 16682    Shell ( program [ , windowStyle ] )@Shell
  348. 16683    Sin ( angle )@Sin
  349. 16684    Single
  350. 16685    Space ( numExpr )@Space
  351. 16686    Space$ ( numExpr )@Space$
  352. 16687    Spc ( numExpr )@Spc
  353. 16688    Sqr ( numExpr )@Sqr
  354. 16689    Str ( numExpr )@Str
  355. 16690    Str$ ( numExpr )@Str$
  356. 16691    StrCompare ( string1 , string2 [ , compMethod ] )@StrCompare
  357. 16692    String
  358. 16693    String ( stringLen , { charCode | stringExpr } )@String
  359. 16694    String$ ( stringLen , { charCode | stringExpr } )@String$
  360. 16695    Sub@[ Static ] [ Public | Private ] Sub subName [ ( [ argList ] ) ] [ statements ] End Sub@Sub
  361. 16696    Tab ( column )@Tab
  362. 16697    Tan ( angle )@Tan
  363. 16698    Terminate@Sub Terminate [ statements ] End Sub@Terminate
  364. 16699    Time@Time
  365. 16700    Time = timeExpr@Time
  366. 16701    Time$
  367. 16702    Time$ = timeExpr@Time$
  368. 16703    Timenumber@TimeNumber ( hour , minute , second )@TimeNumber
  369. 16704    Timer
  370. 16705    Timevalue@TimeValue ( stringExpr )@TimeValue
  371. 16706    Today
  372. 16707    Trim ( stringExpr )@Trim
  373. 16708    Trim$ ( stringExpr )@Trim$
  374. 16709    True@TRUE@TRUE
  375. 16710    Type@[ Public | Private ] Type typeName memberDeclarations End Type@Type
  376. 16711    TypeName ( expr )@TypeName
  377. 16712    Ubound@UBound( arrayName [ , dimension ] )@UBound
  378. 16713    Ucase @UCase ( expr )@UCase
  379. 16714    Ucase$@UCase$ ( expr )@UCase$
  380. 16715    Uchr @UChr ( longExpr )@UChr
  381. 16716    Uchr$@UChr$ ( longExpr )@UChr$
  382. 16717    Uni ( stringExpr )@Uni
  383. 16718    Unlock [#]fileNumber [ , recordNumber  |  { [ start ] To end  } ]@Unlock
  384. 16719    Use useScript@Use
  385. 16720    UseLSX lsxDLLname@UseLSX
  386. 16721    Ustring @UString ( stringLen , { charCode | stringExpr } )@UString
  387. 16722    Ustring$@UString$ ( stringLen , { charCode | stringExpr } )@UString$
  388. 16723    Val( stringExpr )@Val
  389. 16724    Variant
  390. 16725    Weekday ( dateExpr )@Weekday
  391. 16726    While condition [ statements ] WEnd@While
  392. 16727    Width #fileNumber , width@Width #
  393. 16728    With objectRef [ statements ] End With@With
  394. 16729    Write #fileNumber [ , exprList ]@Write #
  395. 16730    Xor
  396. 16731    Year( dateExpr )@Year
  397. 16732    Yield
  398. 20480    Unexpected: %s
  399. 20481    Expected: 
  400. 20482    [%d]
  401. 20483    Illegal statement
  402. 20484    End-of-file
  403. 20485    Compiler stack overflow at: %s
  404. 20486    Illegal range specifier
  405. 20487    Illegal use of parentheses
  406. 20488    Out of memory
  407. 20489    End-of-line
  408. 20490    Named product class instance not valid here
  409. 20491    SET required on class instance assignment
  410. 20492    Unterminated %s block
  411. 20493    Statement
  412. 20494    Expression
  413. 20495    Identifier
  414. 20496    Operator
  415. 20497    End-of-statement
  416. 20498    Data type
  417. 20499    String constant
  418. 20500    Label
  419. 20501    0
  420. 20502    1
  421. 20503    Illegal character after continuation character
  422. 20504    Illegal type suffix on keyword: %s
  423. 20505    Compiler statement stack overflow at: %s
  424. 20506    DIM required on declarations in this scope
  425. 20507    Constant
  426. 20508    Unterminated string constant
  427. 20509    Numeric constant
  428. 20510    Unterminated square bracket reference
  429. 20511    Relational operator
  430. 20512    CASE ELSE must be the last CASE in a SELECT statement
  431. 20513    Illegal directive
  432. 20514    Duplicate procedure name: %s
  433. 20515    Illegal use of escape character in identifier
  434. 20516    Illegal use of escape character
  435. 20517    Illegal executable code in Declarations
  436. 20518    ME not valid outside of class scope
  437. 20519    .. not valid outside of class scope
  438. 20520    Unterminated block statement
  439. 20521    Unmatched block terminator
  440. 20522    INCLUDE
  441. 20523    ENDREM
  442. 20524    Cannot forward declare user-defined class or data type
  443. 20525    Procedures may not be forward declared
  444. 20526    Syntax checking buffer overflow
  445. 20527    PUBLIC not allowed in this module
  446. 20528    Procedure definitions illegal in this scope
  447. 20529    Illegal duplicate END statement
  448. 20530    Illegal executable code outside procedure
  449. 20531    Name too long
  450. 20532    Statement illegal in TYPE block: %s
  451. 20533    Statement illegal in CLASS block: %s
  452. 20534    Invalid type for procedure
  453. 20535    Statement is illegal in this scope
  454. 20536    Illegal executable code in Options
  455. 20537    Illegal on declarations in this scope: %s
  456. 20538    Illegal character after %INCLUDE directive
  457. 24576    Object:
  458. 24577    Script:
  459. 24578    Output
  460. 24579    Variables
  461. 24580    Browser
  462. 24581    Breakpoints
  463. 24582    Calls:
  464. 24583    Errors:
  465. 24584    Paste Name
  466. 24585    Category:
  467. 24586    No variable context
  468. 24587    MS Sans Serif
  469. 24588    System
  470. 28672    Readonly Property
  471. 28673    Out of Memory
  472. 28674    Unknown Type
  473. 28675    UnknownInterface
  474. 28676    No Container
  475. 28677    Invalid Index
  476. 28678    Unimplemented Feature
  477. 28679    No Room Left
  478. 28680    Bad Line Number
  479. 28681    NULL Pointer
  480. 28682    End of List
  481. 28683    Internal Error
  482. 28684    No Window
  483. 28685    Not Found
  484.