home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Aut2Exe / AutoItSC.bin / string.txt next >
Text File  |  2005-08-07  |  3KB  |  62 lines

  1. 101    AutoIt Error
  2. 102    Unable to allocate memory required for base objects.
  3. 103    Unable to open the script file.
  4. 104    Badly formatted "Func" statement.
  5. 105    (Paused) 
  6. 106    Unable to parse line.
  7. 107    Missing right bracket ')' in expression.
  8. 108    Missing operator in expression.
  9. 109    Unbalanced brackets in expression.
  10. 110    Error in expression.
  11. 111    Error parsing function call.
  12. 112    Incorrect number of parameters in function call.
  13. 113    "ReDim" used without an array variable.
  14. 114    Illegal text at the end of statement (one statement per line).
  15. 115    "If" statement has no matching "EndIf" statement.
  16. 116    "Else" statement with no matching "If" statement.
  17. 117    "EndIf" statement with no matching "If" statement.
  18. 118    Too many "Else" statements for matching "If" statement.
  19. 119    "While" statement has no matching "Wend" statement.
  20. 120    "Wend" statement with no matching "While" statement.
  21. 121    Variable used without being declared.
  22. 122    Array variable has incorrect number of subscripts or subscript dimension range exceeded.
  23. 123    Array variable subscript badly formatted.
  24. 124    Subscript used with non-Array variable.
  25. 125    Too many subscripts used for an array.
  26. 126    Missing subscript dimensions in "Dim" statement.
  27. 127    No variable given for "Dim", "Local", "Global" or "Const" statement.
  28. 128    Expected a "=" operator in assignment statement.
  29. 129    Invalid keyword at the start of this line.
  30. 130    Array maximum size exceeded.
  31. 131    "Func" statement has no matching "EndFunc".
  32. 132    Duplicate function name.
  33. 133    Unknown function name.
  34. 134    Unknown macro.
  35. 135    Unable to execute the external program.
  36. 136    Unable to get a list of running processes.
  37. 139    Unknown option or bad parameter specified.
  38. 140    Unable to load the internet libraries.
  39. 141    You must DIM an array before you can assign to it.
  40. 142    Unable to open file, the maximum number of open files has been exceeded.
  41. 143    Invalid file handle used.
  42. 144    Invalid file filter given.
  43. 145    Expected a variable in user function call.
  44. 146    "Do" statement has no matching "Until" statement.
  45. 147    "Until" statement with no matching "Do" statement.
  46. 149    "Next" statement with no matching "For" statement.
  47. 150    "ExitLoop/ContinueLoop" statements only valid from inside a For/Do/While loop.
  48. 151    "For" statement has no matching "Next" statement.
  49. 152    "Case" statement with no matching "Select" statement.
  50. 153    "EndSelect" statement with no matching "Select" statement.
  51. 154    Recursion level has been exceeded - AutoIt will quit to prevent stack overflow.
  52. 155    Unable to access RunAs API.
  53. 156    String missing closing quote.
  54. 158    Badly formated variable or macro.
  55. 159    "For" statement is badly formatted.
  56. 160    "Select" statement is missing "EndSelect" or "Case" statement.
  57. 162    "If" statements must have a "Then" keyword.
  58. 163    Nested "If" statements are not allowed on a single line.
  59. 165    This keyword cannot be used after a "Then" keyword.
  60. 167    Cannot assign values to constants.
  61. 168    Cannot make existing variables into constants.
  62.