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