8192 Operation failed 8193 File not found 8194 Unable to open file 8195 Use general help for this context 8196 Unable to allocate memory 8197 Registry module exists 8198 Registry module not found 8199 Can only run a Sub 8200 Can only run a Sub with no parameters 8201 Subprogram name exists 8202 Subprogram name invalid 8203 Subprogram not found 8204 Text not found 8205 Invalid variable type 8206 Script is executing 8207 Too many recursive scripts 8208 Too many errors in script; operation aborted 12288 Classes 12289 Arg%d 12290 AS 12291 (Disabled) 12292 BYVAL 12293 .. 12294 ) 12295 : 12296 , 12297 Data Members 12298 (Declarations) 12299 Events 12300 Globals 12301 Initialize 12302 LotusScript Language 12303 Script Classes 12304 Script Types 12305 Methods 12306 No Items Available 12307 OLE2 Classes 12308 ( 12309 (Options) 12310 Product 12311 Variables 12312 Subs and Functions 12313 Constants 12314 Properties 12315 SOURCE 12316 Terminate 12317 (%s) 12318 UNKNOWN 16384 All 16385 Data types 16386 Predefined data types 16387 Testing for data types and values 16388 User-defined data types 16389 Date and time handling 16390 Converting date and time values 16391 Getting and setting dates 16392 Getting and setting time 16393 Declarations and definitions 16394 Arrays 16395 Constants 16396 Declaration options 16397 Functions, properties, and subs 16398 Lists 16399 Scalar variables 16400 User-defined data types and classes 16401 Variants 16402 Data manipulation 16403 Arrays 16404 Constants 16405 Functions, properties, and subs 16406 Lists 16407 OLE2 objects 16408 Product objects 16409 Scalar variables 16410 Classes 16411 Variants 16412 Error handling 16413 Event handling 16414 File handling 16415 Creating, opening, and closing files 16416 Getting and setting file information 16417 Getting and setting file positions 16418 Managing files and directories 16419 Reading from files 16420 Writing to files 16421 Flow of control 16422 Branching 16423 Looping 16424 Script execution 16425 Number handling 16426 Mathematical functions 16427 Number/number conversion 16428 Number/string conversion 16429 Trigonometric functions 16430 Operators 16431 Arithmetic operators 16432 Relational operators 16433 Concatenation operators 16434 Logical operators 16435 Script environment 16436 External modules and definitions 16437 Script options 16438 Source code control 16439 String handling 16440 Platform character codes 16441 Character extraction 16442 Character replacement 16443 Comparison 16444 Conversion and formatting 16445 Number/string conversion 16446 Unicode string handling 16447 System and environment handling 16448 Executing programs and macros 16449 Terminal input and output 16450 ^ 16451 - 16452 * 16453 / 16454 \ 16455 + 16456 & 16457 = 16458 <> 16459 >< 16460 < 16461 <= 16462 =< 16463 > 16464 >= 16465 => 16466 Abs ( numExpr )@Abs 16467 Acos@ACos ( numExpr )@ACos 16468 ActivateApp windowName@ActivateApp 16469 And 16470 Asc ( stringExpr )@Asc 16471 Asin@ASin ( numExpr )@ASin 16472 Atn @ATn ( numExpr )@ATn 16473 Atn2@ATn2 ( numExprX, numExprY )@ATn2 16474 Beep 16475 Bin ( numExpr )@Bin 16476 Bin$ ( numExpr )@Bin$ 16477 Call subOrFunction [ ( [ argList ] ) ]@Call 16478 Ccur@CCur ( expr )@CCur 16479 Cdat@CDat ( dateExpr )@CDat 16480 Cdbl@CDbl ( expr )@CDbl 16481 Chdir@ChDir path@ChDir 16482 Chdrive@ChDrive drive@ChDrive 16483 Chr ( numExpr )@Chr 16484 Chr$ ( numExpr )@Chr$ 16485 Cint@CInt ( expr )@CInt 16486 Class@[ Public | Private ] Class className [ As baseClass ] classBody End Class@Class 16487 Clng@CLng ( expr )@CLng 16488 Close [ [ # ] fileNumber [ , [ # ] fileNumber ] ... ]@Close 16489 Command @Command@Command 16490 Command$ 16491 Const@[ Public | Private ] Const constName = expr [ , constName = expr ]...@Const 16492 Cos ( angle )@Cos 16493 CreateObject ( className )@CreateObject 16494 Csng@CSng ( expr )@CSng 16495 Cstr@CStr ( expr )@CStr 16496 Curdir @CurDir [ ( drive ) ]@CurDir 16497 Curdir$@CurDir$ [ ( drive ) ]@CurDir$ 16498 Curdrive @CurDrive@CurDrive 16499 Curdrive$@CurDrive$@CurDrive$ 16500 Currency 16501 Cvar@CVar ( expr )@CVar 16502 Datatype@DataType ( expr )@DataType 16503 Date 16504 Date = dateExpr@Date 16505 Date$ 16506 Date$ = dateExpr@Date$ 16507 Datenumber@DateNumber ( year , month , day )@DateNumber 16508 Datevalue@DateValue ( stringExpr )@DateValue 16509 Day ( dateExpr )@Day 16510 Declare [ Public | Private ] { Function | Sub } LSname Lib libName [ Alias aliasName ] ( [ argList ] ) [ As returnType ]@Declare 16511 DefCur range [ , range ] ...@DefCur 16512 DefDbl range [ , range ] ...@DefDbl 16513 DefInt range [ , range ] ...@DefInt 16514 DefLng range [ , range ] ...@DefLng 16515 DefSng range [ , range ] ...@DefSng 16516 DefStr range [ , range ] ..@DefStr 16517 DefVar range [ , range ] ...@DefVar 16518 Delete objRef@Delete 16519 Delete@Sub Delete [ statements ] End Sub@Delete 16520 Dim variableDeclaration [ , variableDeclaration ]...@Dim 16521 Static variableDeclaration [ , variableDeclaration ]...@Static 16522 Public variableDeclaration [ , variableDeclaration ]...@Public 16523 Private variableDeclaration [ , variableDeclaration ]...@Private 16524 Dir [ ( fileSpec [ , attributeMask ] ) ]@Dir 16525 Dir$ [ ( fileSpec [ , attributeMask ] ) ]@Dir$ 16526 Do [ While | Until condition ] [ statements ] Loop@Do 16527 Do [ statements ] Loop [ While | Until condition ]@Do 16528 Double 16529 End [ returnCode ]@End 16530 Environ ( { environName | n } )@Environ 16531 Environ$ ( { environName | n } )@Environ$ 16532 Eof ( fileNumber )@Eof 16533 Eqv 16534 Erase { arrayName | listName | listName ( tag ) } [, { arrayName | listName | listName ( tag ) } ]...@Erase 16535 Erl 16536 Err 16537 Err = errNumber@Err 16538 Error [ ( errNumber ) ]@Error 16539 Error errNumber [ , msgExpr ]@Error 16540 Error$ [ ( errNumber ) ]@Error$ 16541 Evaluate ( macro [ , object ] )@Evaluate 16542 Execute ( text )@Execute 16543 Execute text@Execute 16544 Exit Do@Exit Do 16545 Exit For@Exit For 16546 Exit ForAll@Exit ForAll 16547 Exit Function@Exit Function 16548 Exit Property@Exit Property 16549 Exit Sub@Exit Sub 16550 Exp ( numExpr )@Exp 16551 FALSE 16552 FileAttr ( fileNumber , attribute )@FileAttr 16553 FileCopy source , destination@FileCopy 16554 FileDateTime ( fileName )@FileDateTime 16555 FileLen ( fileName )@FileLen 16556 Fix ( numExpr )@Fix 16557 For countVar = first To last [ Step increment ] [ statements ] Next [ countVar [ , countVar ] ... ]@For 16558 Forall@ForAll refVar In container [ statements ] End ForAll@ForAll 16559 Format ( expr [ , fmt$ ] )@Format 16560 Format$ ( expr [ , fmt$ ] )@Format$ 16561 Fraction ( numExpr )@Fraction 16562 FreeFile 16563 Function@[ Static ] [ Public | Private ] Function functionName [ ( [ argList ] ) ] [ As type ] [ statements ] End Function@Function 16564 Get [#]fileNumber , [ recordNumber ] , variableName@Get 16565 GetFileAttr ( fileName )@GetFileAttr 16566 GetObject ( pathname [ , classname ] )@GetObject 16567 GoSub label [ statements] label : [ statements ] Return@GoSub 16568 GoTo label@GoTo 16569 Hex ( numExpr )@Hex 16570 Hex$ ( numExpr )@Hex$ 16571 Hour ( dateExpr )@Hour 16572 If condition GoTo label [ Else [ statements ] ]@If 16573 If condition Then [ statements ] [ Else [ statements ] ]@If 16574 If condition Then...@If 16575 IMEStatus 16576 Imp 16577 Include@%Include fileName...@%Include 16578 Initialize@Sub Initialize [ statements ] End Sub@Initialize 16579 Input ( count , [#]fileNumber )@Input 16580 Input #fileNumber , variableList@Input # 16581 Input$ ( count , [#]fileNumber )@Input$ 16582 InputB ( count , [#]fileNumber )@InputB 16583 InputB$ ( count , [#]fileNumber )@InputB$ 16584 InputBox ( prompt [ , [ title ] ] [ , [ default ] [ , xpos , ypos ] ] )@InputBox 16585 InputBox[$] ( prompt [ , [ title ] ] [ , [ default ] [ , xpos , ypos ] ] )@InputBox$ 16586 Instr @InStr ( [ begin , ] string1 , string2 )@InStr 16587 Instr2@InStr ( begin , string1 , string2 , compMethod )@InStr 16588 Instrb @InStrB ( [ begin , ] string1 , string2 )@InStrB 16589 Int ( numExpr )@Int 16590 Integer 16591 Is 16592 IsArray ( expr )@IsArray 16593 IsDate ( expr )@IsDate 16594 IsElement ( listName ( stringExpr ) )@IsElement 16595 IsEmpty ( expr )@IsEmpty 16596 IsList ( expr )@IsList 16597 IsNull ( expr )@IsNull 16598 IsNumeric ( expr )@IsNumeric 16599 IsObject ( expr )@IsObject 16600 IsScalar ( expr )@IsScalar 16601 IsUnknown ( expr )@IsUnknown 16602 Kill fileName@Kill 16603 Lbound@LBound ( arrayName [ , dimension ] )@LBound 16604 Lcase @LCase ( expr )@LCase 16605 Lcase$@LCase$ ( expr )@LCase$ 16606 Left ( expr , n )@Left 16607 Left$ ( expr , n )@Left$ 16608 Len ( { stringExpr | variantExpr | variableExpr | typeName } )@Len 16609 LenB ( { stringExpr | variantExpr | variableExpr | typeName } )@LenB 16610 LenBP ( { stringExpr | variantExpr | variableExpr | typeName } )@LenBP 16611 Let@[ Let ] variableID = expr@Let 16612 Like 16613 Line Input #fileNumber , varName@Line Input # 16614 ListTag ( refVar )@ListTag 16615 Loc ( fileNumber )@Loc 16616 Lock [#]fileNumber [ , recordNumber | { [ start ] To end } ]@Lock 16617 Lof ( fileNumber )@Lof 16618 Log ( numExpr )@Log 16619 Long 16620 Lset@LSet stringVar = stringExpr@LSet 16621 Ltrim @LTrim ( stringExpr )@LTrim 16622 Ltrim$@LTrim$ ( stringExpr )@LTrim$ 16623 MessageBox (message [ , [ buttons + icon + default + mode ] [ , boxTitle ] ] )@MessageBox 16624 MessageBox message [ , [ buttons + icon + default + mode ] [ , boxTitle ] ]@MessageBox 16625 Mid ( stringVar , start [ , length ] ) = stringExpr@Mid 16626 Mid (expr , start [ , length ] )@Mid 16627 Mid$ ( stringVar , start [ , length ] ) = stringExpr@Mid$ 16628 Mid$ (expr , start [ , length ] )@Mid$ 16629 Minute ( dateExpr )@Minute 16630 MkDir path@MkDir 16631 Mod 16632 Month ( dateExpr )@Month 16633 Name oldName As newName@Name 16634 New@Sub New [ ( [ argList ] ) ] [ , baseClass ( [ baseArgList ] ) ] [ statements ] End Sub@New 16635 Not expr@Not 16636 Nothing@NOTHING@NOTHING 16637 Now 16638 Null@NULL@NULL 16639 Oct ( numExpr )@Oct 16640 Oct$ ( numExpr )@Oct$ 16641 On Error [ errNumber ] { GoTo label | Resume Next | GoTo 0 }@On Error 16642 On Event eventName From prodObject { Call handlerName | Remove [ handlerName ] }@On Event 16643 On numExpr GoSub label [ , label ]... [ statements ] label: statements ... Return label : statements ... Return ...@On 16644 On numExpr GoTo label [ , label ]...@On 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 16646 Option Base base@Option Base 16647 Option Compare { Case | NoCase | Binary }@Option Compare 16648 Option Declare@Option Declare 16649 Option Public@Option Public 16650 Or 16651 PI 16652 Print #fileNumber [ , exprList ]@Print # 16653 Print [ exprList ]@Print 16654 Property Get@[ Static ] [ Public | Private ] Property Get propertyName [ As type ] [ statements ] End Property@Property Get 16655 Property Set@[ Static ] [ Public | Private ] Property Set propertyName [ As type ] [ statements ] End Property@Property Set 16656 Put [#]fileNumber , [ recordNumber ] , varName@Put 16657 Randomize [ numExpr ]@Randomize 16658 Redim@ReDim [ Preserve ] arrayName ( bounds ) [ As type] [ , arrayName ( bounds ) [ As type ] ... ]@ReDim 16659 Rem2@%Rem...@%Rem 16660 Rem text@Rem 16661 Reset 16662 Resume [ 0 | Next | label ]@Resume 16663 Return 16664 Right ( expr , n )@Right 16665 Right$ ( expr , n )@Right$ 16666 Rmdir@RmDir path@RmDir 16667 Rnd [ ( numExpr ) ]@Rnd 16668 Round ( numExpr , places )@Round 16669 Rset@RSet stringVar = stringExpr@RSet 16670 Rtrim @RTrim ( stringExpr )@RTrim 16671 Rtrim$@RTrim$ ( stringExpr )@RTrim$ 16672 Second ( dateExpr )@Second 16673 Seek ( fileNumber )@Seek 16674 Seek [#]fileNumber , position@Seek 16675 Select Case selectExpr: [ Case condList1 [ statements ] ] [ Case condList2 [ statements ] ] ... [ Case Else [ statements ] ] End Select@Select Case 16676 SendKeys string [ , processNow ]@SendKeys 16677 Set var = New class [ ( [ argList ] ) ]@Set 16678 Set var1 = var2@Set 16679 Set var = Bind [ prodClass ] ( objectName )@Set 16680 SetFileAttr fileName , attributes@SetFileAttr 16681 Sgn ( numExpr )@Sgn 16682 Shell ( program [ , windowStyle ] )@Shell 16683 Sin ( angle )@Sin 16684 Single 16685 Space ( numExpr )@Space 16686 Space$ ( numExpr )@Space$ 16687 Spc ( numExpr )@Spc 16688 Sqr ( numExpr )@Sqr 16689 Str ( numExpr )@Str 16690 Str$ ( numExpr )@Str$ 16691 StrCompare ( string1 , string2 [ , compMethod ] )@StrCompare 16692 String 16693 String ( stringLen , { charCode | stringExpr } )@String 16694 String$ ( stringLen , { charCode | stringExpr } )@String$ 16695 Sub@[ Static ] [ Public | Private ] Sub subName [ ( [ argList ] ) ] [ statements ] End Sub@Sub 16696 Tab ( column )@Tab 16697 Tan ( angle )@Tan 16698 Terminate@Sub Terminate [ statements ] End Sub@Terminate 16699 Time@Time 16700 Time = timeExpr@Time 16701 Time$ 16702 Time$ = timeExpr@Time$ 16703 Timenumber@TimeNumber ( hour , minute , second )@TimeNumber 16704 Timer 16705 Timevalue@TimeValue ( stringExpr )@TimeValue 16706 Today 16707 Trim ( stringExpr )@Trim 16708 Trim$ ( stringExpr )@Trim$ 16709 True@TRUE@TRUE 16710 Type@[ Public | Private ] Type typeName memberDeclarations End Type@Type 16711 TypeName ( expr )@TypeName 16712 Ubound@UBound( arrayName [ , dimension ] )@UBound 16713 Ucase @UCase ( expr )@UCase 16714 Ucase$@UCase$ ( expr )@UCase$ 16715 Uchr @UChr ( longExpr )@UChr 16716 Uchr$@UChr$ ( longExpr )@UChr$ 16717 Uni ( stringExpr )@Uni 16718 Unlock [#]fileNumber [ , recordNumber | { [ start ] To end } ]@Unlock 16719 Use useScript@Use 16720 UseLSX lsxDLLname@UseLSX 16721 Ustring @UString ( stringLen , { charCode | stringExpr } )@UString 16722 Ustring$@UString$ ( stringLen , { charCode | stringExpr } )@UString$ 16723 Val( stringExpr )@Val 16724 Variant 16725 Weekday ( dateExpr )@Weekday 16726 While condition [ statements ] WEnd@While 16727 Width #fileNumber , width@Width # 16728 With objectRef [ statements ] End With@With 16729 Write #fileNumber [ , exprList ]@Write # 16730 Xor 16731 Year( dateExpr )@Year 16732 Yield 20480 Unexpected: %s 20481 Expected: 20482 [%d] 20483 Illegal statement 20484 End-of-file 20485 Compiler stack overflow at: %s 20486 Illegal range specifier 20487 Illegal use of parentheses 20488 Out of memory 20489 End-of-line 20490 Named product class instance not valid here 20491 SET required on class instance assignment 20492 Unterminated %s block 20493 Statement 20494 Expression 20495 Identifier 20496 Operator 20497 End-of-statement 20498 Data type 20499 String constant 20500 Label 20501 0 20502 1 20503 Illegal character after continuation character 20504 Illegal type suffix on keyword: %s 20505 Compiler statement stack overflow at: %s 20506 DIM required on declarations in this scope 20507 Constant 20508 Unterminated string constant 20509 Numeric constant 20510 Unterminated square bracket reference 20511 Relational operator 20512 CASE ELSE must be the last CASE in a SELECT statement 20513 Illegal directive 20514 Duplicate procedure name: %s 20515 Illegal use of escape character in identifier 20516 Illegal use of escape character 20517 Illegal executable code in Declarations 20518 ME not valid outside of class scope 20519 .. not valid outside of class scope 20520 Unterminated block statement 20521 Unmatched block terminator 20522 INCLUDE 20523 ENDREM 20524 Cannot forward declare user-defined class or data type 20525 Procedures may not be forward declared 20526 Syntax checking buffer overflow 20527 PUBLIC not allowed in this module 20528 Procedure definitions illegal in this scope 20529 Illegal duplicate END statement 20530 Illegal executable code outside procedure 20531 Name too long 20532 Statement illegal in TYPE block: %s 20533 Statement illegal in CLASS block: %s 20534 Invalid type for procedure 20535 Statement is illegal in this scope 20536 Illegal executable code in Options 20537 Illegal on declarations in this scope: %s 20538 Illegal character after %INCLUDE directive 24576 Object: 24577 Script: 24578 Output 24579 Variables 24580 Browser 24581 Breakpoints 24582 Calls: 24583 Errors: 24584 Paste Name 24585 Category: 24586 No variable context 24587 MS Sans Serif 24588 System 28672 Readonly Property 28673 Out of Memory 28674 Unknown Type 28675 UnknownInterface 28676 No Container 28677 Invalid Index 28678 Unimplemented Feature 28679 No Room Left 28680 Bad Line Number 28681 NULL Pointer 28682 End of List 28683 Internal Error 28684 No Window 28685 Not Found