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 >
Wrap
Text File
|
2005-08-07
|
3KB
|
62 lines
101 AutoIt Error
102 Unable to allocate memory required for base objects.
103 Unable to open the script file.
104 Badly formatted "Func" statement.
105 (Paused)
106 Unable to parse line.
107 Missing right bracket ')' in expression.
108 Missing operator in expression.
109 Unbalanced brackets in expression.
110 Error in expression.
111 Error parsing function call.
112 Incorrect number of parameters in function call.
113 "ReDim" used without an array variable.
114 Illegal text at the end of statement (one statement per line).
115 "If" statement has no matching "EndIf" statement.
116 "Else" statement with no matching "If" statement.
117 "EndIf" statement with no matching "If" statement.
118 Too many "Else" statements for matching "If" statement.
119 "While" statement has no matching "Wend" statement.
120 "Wend" statement with no matching "While" statement.
121 Variable used without being declared.
122 Array variable has incorrect number of subscripts or subscript dimension range exceeded.
123 Array variable subscript badly formatted.
124 Subscript used with non-Array variable.
125 Too many subscripts used for an array.
126 Missing subscript dimensions in "Dim" statement.
127 No variable given for "Dim", "Local", "Global" or "Const" statement.
128 Expected a "=" operator in assignment statement.
129 Invalid keyword at the start of this line.
130 Array maximum size exceeded.
131 "Func" statement has no matching "EndFunc".
132 Duplicate function name.
133 Unknown function name.
134 Unknown macro.
135 Unable to execute the external program.
136 Unable to get a list of running processes.
139 Unknown option or bad parameter specified.
140 Unable to load the internet libraries.
141 You must DIM an array before you can assign to it.
142 Unable to open file, the maximum number of open files has been exceeded.
143 Invalid file handle used.
144 Invalid file filter given.
145 Expected a variable in user function call.
146 "Do" statement has no matching "Until" statement.
147 "Until" statement with no matching "Do" statement.
149 "Next" statement with no matching "For" statement.
150 "ExitLoop/ContinueLoop" statements only valid from inside a For/Do/While loop.
151 "For" statement has no matching "Next" statement.
152 "Case" statement with no matching "Select" statement.
153 "EndSelect" statement with no matching "Select" statement.
154 Recursion level has been exceeded - AutoIt will quit to prevent stack overflow.
155 Unable to access RunAs API.
156 String missing closing quote.
158 Badly formated variable or macro.
159 "For" statement is badly formatted.
160 "Select" statement is missing "EndSelect" or "Case" statement.
162 "If" statements must have a "Then" keyword.
163 Nested "If" statements are not allowed on a single line.
165 This keyword cannot be used after a "Then" keyword.
167 Cannot assign values to constants.
168 Cannot make existing variables into constants.